Salome HOME
Copyright update 2021
[samples/atomic.git] / src / ATOMICGUI / ATOMICGUI_DataModel.cxx
index 17682e36e1ca361672bc786d34415914f7017c1d..022e8ec68629da26647f242f72b6cc57e110fc8e 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -400,7 +400,7 @@ bool ATOMICGUI_DataModel::dumpPython( const QString& theURL,
   QString aPrefix = "";
   if(isMultiFile) {
     aScript += "def RebuildData(theStudy):\n";
-    aPrefix = "\t";
+    aPrefix = "    ";
   }
   
   for ( int i = 0; i < myMolecules.count(); i++ ) {