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

fix gcc warning
parent 86d8e36f
No related branches found
No related tags found
No related merge requests found
......@@ -1045,7 +1045,7 @@ bool StructuralSolver :: GL_enhanceLine ( int CurveId, Vertex *v1, Vertex *v2)
const int nbArrow = 10;
const double kk = (CTX.max[0]-CTX.min[0])*.1 / (MAX_FORCE);
glColor4ubv((GLubyte *) & CTX.color.text);
double X1,Y1,Z1,X2,Y2,Z2;
double X1=0.,Y1=0.,Z1=0.,X2=0.,Y2=0.,Z2=0.;
for (int iArrow = 0 ; iArrow < nbArrow ; iArrow++)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment