From ef308a7d7e906f3585b327b28a18549d120d38a3 Mon Sep 17 00:00:00 2001 From: ouv Date: Thu, 9 Nov 2006 12:00:07 +0000 Subject: [PATCH] Minor fix --- src/VISU_I/VISU_ColoredPrs3d_i.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISU_I/VISU_ColoredPrs3d_i.cc b/src/VISU_I/VISU_ColoredPrs3d_i.cc index 8eb26020..561c3eeb 100644 --- a/src/VISU_I/VISU_ColoredPrs3d_i.cc +++ b/src/VISU_I/VISU_ColoredPrs3d_i.cc @@ -994,7 +994,7 @@ VISU::ColoredPrs3d_i Storable::DataToStream( theStr, "myEntity", GetEntity() ); Storable::DataToStream( theStr, "myFieldName", GetCFieldName() ); Storable::DataToStream( theStr, "myIteration", int(GetTimeStampNumber()) ); - Storable::DataToStream( theStr, "myIteration", int(myIsTimeStampFixed) ); + Storable::DataToStream( theStr, "myIsTimeStampFixed", int(myIsTimeStampFixed) ); Storable::DataToStream( theStr, "myScalarMode", int(GetScalarMode()) ); Storable::DataToStream( theStr, "myNumberOfColors", int(GetNbColors()) ); -- 2.39.2