From: ouv Date: Thu, 9 Nov 2006 12:00:07 +0000 (+0000) Subject: Minor fix X-Git-Tag: WP1_2_3_09-11-2006_change_prs_input X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ef308a7d7e906f3585b327b28a18549d120d38a3;p=modules%2Fvisu.git Minor fix --- 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()) );