fix path to data

This commit is contained in:
Sébastien Loriot 2014-12-22 14:34:29 +01:00
parent d1c65b4986
commit ad30c193df
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ typedef Reconstruction::Triple_const_iterator Triple_iterator;
int main(void) {
// Read the data.
Point_collection points;
std::ifstream in("kitten.off");
std::ifstream in("data/kitten.off");
std::cout << "Reading " << std::flush;
if( !in || !CGAL::read_off_points( in, std::back_inserter( points ) ) ) {
std::cerr << "Error: cannot read file" << std::endl;