Salome HOME
1st step.
[modules/paravis.git] / src / Plugins / TableReader / Reader / TableParser.h
index 9239a2fcb102bdc9fc871406a9d31e8f13b43799..1c7ae17c88060a3ba4ca82b83453147374ab7419 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2010-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2015  CEA/DEN, EDF R&D
 //
 // 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
@@ -46,8 +46,8 @@ struct Table2D
 };
 
 std::vector<std::string> GetTableNames(const char* fname, const char* separator,
-                                      const bool firstStringAsTitles);
+    const bool firstStringAsTitles);
 Table2D GetTable(const char* fname, const char* separator, const int tableNb,
-                const bool firstStringAsTitles);
+    const bool firstStringAsTitles);
 
 #endif //__TableParser_h_