Skip to content
Snippets Groups Projects
Commit 0c7876bb authored by Axel Modave's avatar Axel Modave
Browse files

fix bug

parent 10d80d21
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ PView *GMSH_Scal2VecPlugin::execute(PView *v) ...@@ -59,7 +59,7 @@ PView *GMSH_Scal2VecPlugin::execute(PView *v)
// Load options // Load options
int iView[3]; int iView[3];
for (int comp=0; comp<3; comp++) for (int comp=0; comp<3; comp++)
iView[comp] = (int)Scal2VecOptions_Number[comp+1].def; iView[comp] = (int)Scal2VecOptions_Number[comp].def;
// Load data // Load data
PView *vRef=0, *vComp[3]; PView *vRef=0, *vComp[3];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment