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

removed unused variables
parent bdb93780
No related branches found
No related tags found
No related merge requests found
// $Id: Post.cpp,v 1.58 2004-04-26 19:54:16 geuzaine Exp $ // $Id: Post.cpp,v 1.59 2004-04-26 19:56:45 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -309,7 +309,7 @@ void Draw_TensorList(Post_View * v, double ValMin, double ValMax, ...@@ -309,7 +309,7 @@ void Draw_TensorList(Post_View * v, double ValMin, double ValMax,
void Draw_Post(void) void Draw_Post(void)
{ {
int iView, j, k, nb; int iView, nb;
double ValMin = 0., ValMax = 0.; double ValMin = 0., ValMax = 0.;
Post_View *v; Post_View *v;
......
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