aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/TextMsg.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-11ABLASTR: Move TextMsg (#2953)Gravatar Axel Huebl 1-73/+0
* ABLASTR: Move TextMsg Since this is used in a ABLASTR header, we need to compile this in ABLASTR, so ImpactX can use it as well. Otherwise we have missing symbols for that utility. * Fix typo in GNUmake * Apply Wording Update for Doxygen Co-authored-by: Luca Fedeli <luca.fedeli@for.unipi.it>
2022-03-08Make error and info messages visually uniform (#2939)Gravatar Luca Fedeli 1-0/+73
* initial work to add msg formatter * wip * replace AMREX_ALWAYS_ASSERT_WITH_MESSAGE with WarpX equivalent