Salome HOME
[EDF28020] Fix nested foreach-switch.
[modules/yacs.git] / src / engine / PlayGround.hxx
index 5152145b4732d94a7660fe4e6551195e239fb1e3..0b1a9190c4e33c1db3c69db3ebd7183132dd39ad 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2022  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
@@ -54,8 +54,8 @@ namespace YACS
       int _nbCores;
       mutable std::vector<bool> _occupied;
     };
-    
-    
+
+
     class ResourceIterator : public std::iterator<
                         std::input_iterator_tag,     // iterator_category
                         Resource,                    // value_type