Skip to content

Commit 67494ba

Browse files
committed
Merge remote-tracking branch 'upstream/master' into Down_Wind
2 parents 3961c74 + 64ea155 commit 67494ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mesh/triangulation.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -522,10 +522,10 @@ void triangulation::from_json(pt::ptree &mesh)
522522
#endif // USE_MPI
523523

524524
// determining ghost faces requires the dD_tree to be set up
525-
determine_process_ghost_faces_by_distance(100.);
525+
// determine_process_ghost_faces_by_distance(100.);
526526

527527
// shrink the local mesh
528-
shrink_local_mesh_to_owned_and_distance_neighbours();
528+
// shrink_local_mesh_to_owned_and_distance_neighbours();
529529

530530
std::vector<double> temp_slope(_num_faces);
531531

0 commit comments

Comments
 (0)