From f308094f1668fbc9ee1701d80368058b4dcc18f5 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 13 Mar 2005 07:58:03 +0000 Subject: [PATCH] init val of NbTimeStep should be 1, not 0 --- Common/Views.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/Views.cpp b/Common/Views.cpp index d67ea2f076..7323003bb9 100644 --- a/Common/Views.cpp +++ b/Common/Views.cpp @@ -1,4 +1,4 @@ -// $Id: Views.cpp,v 1.167 2005-03-12 07:52:54 geuzaine Exp $ +// $Id: Views.cpp,v 1.168 2005-03-13 07:58:03 geuzaine Exp $ // // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // @@ -94,7 +94,7 @@ Post_View *BeginView(int allocate) v->Index = i; v->Dirty = 1; v->TriVertexArray = NULL; - v->NbTimeStep = 0; + v->NbTimeStep = 1; v->TimeStepMin = NULL; v->TimeStepMax = NULL; v->NbSP = v->NbVP = v->NbTP = 0; -- GitLab