mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
use fmt::print instead of fmt::println
This commit is contained in:
parent
d91208099f
commit
10cf9ff839
@ -95,9 +95,9 @@ main(int argc, char** argv)
|
||||
= runComponent<OPM_COMPILE_COMPONENTS_TEMPLATE_LIST>(numComps, argc, argv);
|
||||
|
||||
if (!componentSupported) {
|
||||
fmt::println("Deck has {} components, not supported. In this build of the simulator, we support the "
|
||||
"following number of components:\n\t{}. Note that the supported components can be changed "
|
||||
"when configuring CMake through the OPM_COMPILE_COMPONENTS options. Exiting.",
|
||||
fmt::print("Deck has {} components, not supported. In this build of the simulator, we support the "
|
||||
"following number of components:\n\n\t{}.\n\n Note that the supported components can be changed "
|
||||
"when configuring CMake through the OPM_COMPILE_COMPONENTS options. Exiting.\n",
|
||||
numComps,
|
||||
fmt::join(std::array {OPM_COMPILE_COMPONENTS_TEMPLATE_LIST}, ", "));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user