Skip to content

Commit

Permalink
remove fix which is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Dec 17, 2024
1 parent 67fcfd8 commit 12efb3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/fixes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ sed -i "s/\bt::Cint/t::MPI_Datatype/g" "${LIB_JL}"
sed -i "s/t8_forest_get_mpicomm\(forest::t8_forest_t\)::Cint/t8_forest_get_mpicomm(forest::t8_forest_t)::MPI_Comm/g" "${LIB_JL}"

sed -i "s/forest::Cint/forest::t8_forest_t/" "${LIB_JL}"
sed -i "s/cmesh::Cint/cmesh::t8_cmesh_t/" "${LIB_JL}"

# Use libsc for `sc_*` functions
sed -i "s/libt8\.sc_/libsc.sc_/g" "${LIB_JL}"
Expand Down

0 comments on commit 12efb3c

Please sign in to comment.