Skip to content
Snippets Groups Projects
Commit d023b75a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 83dfa5df
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ projection::projection(FProjectionFace *f, int x, int y, int w, int h, int BB, i ...@@ -99,7 +99,7 @@ projection::projection(FProjectionFace *f, int x, int y, int w, int h, int BB, i
group = new Fl_Scroll(x, y, w, h); group = new Fl_Scroll(x, y, w, h);
SBoundingBox3d bounds = GMODEL->bounds(); SBoundingBox3d bounds = GMODEL->bounds();
ProjectionSurface *ps = f->GetProjectionSurface(); ProjectionSurface *ps = f->GetProjectionSurface();
currentParams = new double[ps->GetNumParameters() + 9]; currentParams = new double[ps->GetNumParameters() + 9 + 100]; // FIXME!!!!!!!!!!!!!
for(int i = 0; i < ps->GetNumParameters() + 9; i++){ for(int i = 0; i < ps->GetNumParameters() + 9; i++){
Fl_Value_Input *v = new Fl_Value_Input(x, y + i * BH, BB, BH); Fl_Value_Input *v = new Fl_Value_Input(x, y + i * BH, BB, BH);
if(i < 3){ // scaling if(i < 3){ // scaling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment