Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / Model / Model_AttributeDouble.h
index 5b206afe2e7db4c2865225ecac300285cb45909c..c9b54b863b3ef344b5fa680dc94fc92ca283d847 100644 (file)
 
 class Model_AttributeDouble : public ModelAPI_AttributeDouble
 {
-  Handle_TDataStd_Real myReal; ///< double is Real attribute
-public:
+  Handle_TDataStd_Real myReal;  ///< double is Real attribute
+ public:
   /// Defines the double value
   MODEL_EXPORT virtual void setValue(const double theValue);
 
   /// Returns the double value
   MODEL_EXPORT virtual double value();
 
-protected:
+ protected:
   /// Initializes attibutes
   Model_AttributeDouble(TDF_Label& theLabel);