mirror of https://github.com/CGAL/cgal
Remove unused variables
This commit is contained in:
parent
660cb5d778
commit
3701140277
|
|
@ -19,7 +19,6 @@ int main()
|
||||||
typedef CGAL::Data_access<Coord_map> Value_access;
|
typedef CGAL::Data_access<Coord_map> Value_access;
|
||||||
|
|
||||||
Coord_map value_function;
|
Coord_map value_function;
|
||||||
double a(0.25), bx(1.3), by(-0.7);
|
|
||||||
|
|
||||||
for (int y=0 ; y<255 ; y++){
|
for (int y=0 ; y<255 ; y++){
|
||||||
for (int x=0 ; x<255 ; x++){
|
for (int x=0 ; x<255 ; x++){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue