diff --git a/server/generate_cell_ctpop.cpp b/server/generate_cell_ctpop.cpp index e71c14a..e668a62 100644 --- a/server/generate_cell_ctpop.cpp +++ b/server/generate_cell_ctpop.cpp @@ -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]);