File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -663,14 +663,14 @@ void write_function(
663
663
add_field (_u.get ().name + field_ext[0 ], size);
664
664
add_field (_u.get ().name + field_ext[1 ], size);
665
665
}
666
+ }
666
667
667
- // Add data for each process to the PVTU object
668
- for (int r = 0 ; r < mpi_size; ++r)
669
- {
670
- std::filesystem::path vtu = create_vtu_path (r);
671
- pugi::xml_node piece_node = grid_node.append_child (" Piece" );
672
- piece_node.append_attribute (" Source" ) = vtu.filename ().c_str ();
673
- }
668
+ // Add data for each process to the PVTU object
669
+ for (int r = 0 ; r < mpi_size; ++r)
670
+ {
671
+ std::filesystem::path vtu = create_vtu_path (r);
672
+ pugi::xml_node piece_node = grid_node.append_child (" Piece" );
673
+ piece_node.append_attribute (" Source" ) = vtu.filename ().c_str ();
674
674
}
675
675
676
676
// Write PVTU file
You can’t perform that action at this time.
0 commit comments