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

removed unused vars
parent 9a2c2b99
No related branches found
No related tags found
No related merge requests found
// $Id: CAD.cpp,v 1.73 2004-04-01 18:06:45 geuzaine Exp $ // $Id: CAD.cpp,v 1.74 2004-04-13 18:47:10 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -1098,7 +1098,7 @@ int Extrude_ProtudePoint(int type, int ip, ...@@ -1098,7 +1098,7 @@ int Extrude_ProtudePoint(int type, int ip,
Curve ** pc, Curve ** prc, int final, Curve ** pc, Curve ** prc, int final,
ExtrudeParams * e) ExtrudeParams * e)
{ {
double xnew, ynew, znew, matrix[4][4], T[3], Ax[3], d; double matrix[4][4], T[3], Ax[3], d;
Vertex V, *pv, *newp, *chapeau; Vertex V, *pv, *newp, *chapeau;
Curve *c; Curve *c;
int i; int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment