We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07b029 commit f58f478Copy full SHA for f58f478
src/output.cpp
@@ -396,7 +396,7 @@ void print_build_info()
396
fmt::print("DAGMC support: {}\n", dagmc);
397
fmt::print("libMesh support: {}\n", libmesh);
398
fmt::print("Coverage testing: {}\n", coverage);
399
- fmt::print("Profiling flags: {}\n", profiling);
+ fmt::print("Profiling flags: {}\n", profiling);
400
}
401
402
0 commit comments