mirror of https://github.com/CGAL/cgal
Fixed trailing whitespace in refine_mesh_3.h (no real changes)
This commit is contained in:
parent
62fa9be278
commit
c038e25f98
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#include <CGAL/license/Mesh_3.h>
|
#include <CGAL/license/Mesh_3.h>
|
||||||
|
|
||||||
|
|
||||||
#include <CGAL/config.h>
|
#include <CGAL/config.h>
|
||||||
#include <CGAL/Mesh_3/config.h>
|
#include <CGAL/Mesh_3/config.h>
|
||||||
#include <CGAL/Mesh_3/Dump_c3t3.h>
|
#include <CGAL/Mesh_3/Dump_c3t3.h>
|
||||||
|
|
@ -100,8 +99,8 @@ namespace CGAL {
|
||||||
private:
|
private:
|
||||||
C3T3& r_c3t3_;
|
C3T3& r_c3t3_;
|
||||||
};
|
};
|
||||||
}
|
|
||||||
|
|
||||||
|
} // namespace details
|
||||||
|
|
||||||
namespace parameters {
|
namespace parameters {
|
||||||
|
|
||||||
|
|
@ -564,10 +563,8 @@ void refine_mesh_3_impl(C3T3& c3t3,
|
||||||
|
|
||||||
dump_c3t3(c3t3, mesh_options.dump_after_exude_prefix);
|
dump_c3t3(c3t3, mesh_options.dump_after_exude_prefix);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} // end namespace CGAL
|
} // end namespace CGAL
|
||||||
|
|
||||||
|
|
||||||
#endif // CGAL_REFINE_MESH_3_H
|
#endif // CGAL_REFINE_MESH_3_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue