File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/seacas/libraries/ioss/src/exodus Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -806,12 +806,12 @@ namespace Ioex {
806806 assert (decomp != nullptr );
807807
808808 if (!blockInclusions .empty ()) {
809- fmt ::print (Ioss ::WarnOut (),
810- "Parallel Decomposition does not handle block Inclusions; only element block Omissions.\n" );
809+ fmt ::print (Ioss ::WarnOut (), "Parallel Decomposition does not handle block Inclusions; only "
810+ " element block Omissions.\n" );
811811 }
812812 if (!assemblyInclusions .empty () || !assemblyOmissions .empty ()) {
813- fmt ::print (Ioss ::WarnOut (),
814- "Parallel Decomposition does not handle assembly Omissions/Inclusions; only element block Omissions.\n" );
813+ fmt ::print (Ioss ::WarnOut (), "Parallel Decomposition does not handle assembly "
814+ " Omissions/Inclusions; only element block Omissions.\n" );
815815 }
816816 if (!blockOmissions .empty ()) {
817817 decomp -> set_block_omissions (blockOmissions );
You can’t perform that action at this time.
0 commit comments