mirror of https://github.com/CGAL/cgal
fix warning
This commit is contained in:
parent
52f8481d44
commit
b3cc873679
|
|
@ -65,7 +65,7 @@ void test(const char* fname)
|
|||
{
|
||||
Mesh m;
|
||||
std::ifstream input(fname);
|
||||
assert( bool(input) );
|
||||
assert( ! input.bad()) );
|
||||
input >> m;
|
||||
assert(num_vertices(m)!=0);
|
||||
A a;
|
||||
|
|
|
|||
Loading…
Reference in New Issue