Skip to content

Commit

Permalink
Using CGAL preprocessed models
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchenCatherine committed Aug 1, 2024
1 parent 74c7fca commit 367e023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/generate_cell_ctpop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int main(int argc, char **argv)
return 0;
}

auto body_path = "./model/all_preprocessed_off_models";
auto body_path = "./model/all_preprocessed_off_models_cgal";
// std::string output_file_path = std::string(argv[1]);
std::string organ = std::string(argv[1]);
std::string mesh_file_name = std::string(argv[2]);
Expand Down

0 comments on commit 367e023

Please sign in to comment.