Salome HOME
Copyright update 2021
[samples/atomic.git] / src / ATOMICGUI / ATOMICGUI_DataModel.cxx
index 5e8b4f7be3ffb72283e3495e7f07adbd4e704371..022e8ec68629da26647f242f72b6cc57e110fc8e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  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
@@ -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++ ) {