Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tado committed Nov 10, 2015
1 parent 1f5fe54 commit e881468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/triangle/dpoint.hpp
Expand Up @@ -538,7 +538,7 @@ operator>>(std::istream& is,dpoint<NumType,D> &p)
if(!(is >> p[i])){
if(!is.eof()){
std::cerr << "Error Reading Point:"
<< is << std::endl;
<< &is << std::endl;
exit(1);
}
}
Expand Down

0 comments on commit e881468

Please sign in to comment.