Skip to content

Commit

Permalink
data dir does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Aug 29, 2024
1 parent 63d6e65 commit fdd8f7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ int main()
return EXIT_FAILURE;
}

const std::string& output_file("data/cube_result.off");
const std::string& output_file("cube_result.off");
if (CGAL::IO::write_OFF(output_file, model))
std::cout << " Done. Saved to " << output_file << ". Time: " << t.time() << " sec." << std::endl;
else {
Expand Down

0 comments on commit fdd8f7f

Please sign in to comment.