Remove unused variables

This commit is contained in:
Andreas Fabri 2018-10-10 07:59:20 +02:00
parent 660cb5d778
commit 3701140277
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ int main()
typedef CGAL::Data_access<Coord_map> Value_access;
Coord_map value_function;
double a(0.25), bx(1.3), by(-0.7);
for (int y=0 ; y<255 ; y++){
for (int x=0 ; x<255 ; x++){