From 17b10b2960deae4a32b316a49080d7b0c40544d4 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 11 Jan 2012 14:11:39 +0000 Subject: [PATCH] cosmetic changes --- src/SMESH_I/SMESH_2smeshpy.hxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/SMESH_I/SMESH_2smeshpy.hxx b/src/SMESH_I/SMESH_2smeshpy.hxx index 3895eefb0..b286b187a 100644 --- a/src/SMESH_I/SMESH_2smeshpy.hxx +++ b/src/SMESH_I/SMESH_2smeshpy.hxx @@ -235,9 +235,9 @@ private: class _pyMesh: public _pyObject { std::list< Handle(_pyHypothesis) > myHypos; - std::list< Handle(_pyCommand) > myAddHypCmds; - std::list< Handle(_pySubMesh) > mySubmeshes; - bool myHasEditor; + std::list< Handle(_pyCommand) > myAddHypCmds; + std::list< Handle(_pySubMesh) > mySubmeshes; + bool myHasEditor; public: _pyMesh(const Handle(_pyCommand) creationCmd); _pyMesh(const Handle(_pyCommand) theCreationCmd, const TCollection_AsciiString & id); @@ -295,12 +295,11 @@ protected: _pyID myGeom, myMesh; // a hypothesis can be used and created by different algos by different methods std::map myType2CreationMethod; - //TCollection_AsciiString myCreationMethod, myType; TColStd_SequenceOfAsciiString myArgs; // creation arguments TColStd_SequenceOfAsciiString myArgMethods; // hypo methods setting myArgs TColStd_SequenceOfInteger myNbArgsByMethod; // nb args set by each method - std::list myArgCommands; - std::list myUnknownCommands; + std::list myArgCommands; + std::list myUnknownCommands; public: _pyHypothesis(const Handle(_pyCommand)& theCreationCmd); void SetConvMethodAndType(const char* creationMethod, const char* type) -- 2.30.2