Salome HOME
IPAL54529: Hexahedron(ijk) fails on a block with composite sides if Viscous Layers...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Hypotheses.h
index 14858061efbe0a3f376cb2eab90702b2206c778a..e75b8226294d510e1c76b08c16a4e73d322bf343 100644 (file)
@@ -228,9 +228,8 @@ public:
 
   bool isAlgo() const;
 
-  //this method sets internal index to -1, thus before any data access it is necessary to call next()
+  // CASCADE-like iteration
   void init( bool );
-
   bool more() const;
   void next();
   QString current() const;