Salome HOME
Skipping compsolids in the history request due to improved behavior of BOPs in the...
[modules/shaper.git] / src / Model / Model_Session.h
index c54d89229ff42105a8808d23105f0955fc26579e..b480a67e951c03cfd5eca6104bb3c9f7eb182f4b 100644 (file)
@@ -48,7 +48,8 @@ class Model_Session : public ModelAPI_Session, public Events_Listener
 
   /// if true, generates error if document is updated outside of transaction
   bool myCheckTransactions;
-  ///< if true, the current operation must be committed twice, with nested (list for any nesting depth)
+  /// if true, the current operation must be committed twice,
+  /// with nested (list for any nesting depth)
   std::list<bool> myOperationAttachedToNext;
  public: