From: dmv Date: Mon, 26 Jan 2009 15:43:50 +0000 (+0000) Subject: IPAL20692 IPAL20700 The visual parameters are not stored in HDF file X-Git-Tag: V4_1_0_maintainance_FINAL~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=96628d6721952c83a7be609c974e25311c0bf7db;p=modules%2Fkernel.git IPAL20692 IPAL20700 The visual parameters are not stored in HDF file --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeParameter.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeParameter.cxx index 876c0e2a8..96ca71fda 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeParameter.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeParameter.cxx @@ -28,6 +28,7 @@ #include #include #include +#include using namespace std; @@ -44,7 +45,7 @@ string convertString(const string& S) for(int i = 0, pos = 0; istr()); - + string AS = buffer.str(); return AS; }