Skip to content

Commit

Permalink
TWS
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Dec 23, 2024
1 parent 3da66d2 commit 3836c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Isosurfacing_3/test/Isosurfacing_3/test_topology.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#include "test_util.h"

#include <CGAL/Simple_cartesian.h>
Expand Down
5 changes: 2 additions & 3 deletions Isosurfacing_3/test/Isosurfacing_3/verifier.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#include "test_util.h"

#include <CGAL/Simple_cartesian.h>
Expand All @@ -14,7 +13,7 @@
/*
Verifier for topological correctness
Based on: Topology Verification for Isosurface Extraction, Tiago Etiene
Data sets: [Marching Cubes cases] [Randomly generated grids] from http://liscustodio.github.io/C_MC33/
Data sets: [Marching Cubes cases] [Randomly generated grids] from http://liscustodio.github.io/C_MC33/
*/

namespace IS = CGAL::Isosurfacing;
Expand All @@ -26,7 +25,7 @@ void read_iso_volume(const std::string& filename, Grid& grid, Values& values) {
using Iso_cuboid_3 = typename Geom_traits::Iso_cuboid_3;
typename Geom_traits::Construct_point_3 point = grid.geom_traits().construct_point_3_object();
typename Geom_traits::Construct_iso_cuboid_3 iso_cuboid = grid.geom_traits().construct_iso_cuboid_3_object();

std::ifstream file(filename, std::ios::binary);
if (!file.is_open()) {
throw std::runtime_error("Cannot open file: " + filename);
Expand Down

0 comments on commit 3836c09

Please sign in to comment.