File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7901,7 +7901,7 @@ template <
79017901 // 0 because Zoltan crashes in hierarchial with larger values
79027902 Zoltan_Set_Param (this ->zoltan , " EDGE_WEIGHT_DIM" , " 1" );
79037903 Zoltan_Set_Param (this ->zoltan , " NUM_GID_ENTRIES" , " 1" );
7904- Zoltan_Set_Param (this ->zoltan , " NUM_LID_ENTRIES" , " 0 " );
7904+ Zoltan_Set_Param (this ->zoltan , " NUM_LID_ENTRIES" , " 1 " );
79057905 Zoltan_Set_Param (this ->zoltan , " OBJ_WEIGHT_DIM" , " 1" );
79067906 Zoltan_Set_Param (this ->zoltan , " RETURN_LISTS" , " ALL" );
79077907
@@ -8014,8 +8014,7 @@ template <
80148014
80158015 Zoltan_Set_HG_Size_Edge_Wts_Fn (
80168016 this ->zoltan ,
8017- &Dccrg<
8018- Cell_Data,
8017+ &Dccrg5 Cell_Data,
80198018 Geometry,
80208019 std::tuple<Additional_Cell_Items...>,
80218020 std::tuple<Additional_Neighbor_Items...>
You can’t perform that action at this time.
0 commit comments