Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make field private.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 1 Nov 2017 13:18:22 +0000 (14:18 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 1 Nov 2017 13:18:22 +0000 (14:18 +0100)
src/surf/surf_interface.hpp

index 6b9712d..85d23ef 100644 (file)
@@ -244,6 +244,8 @@ protected:
   double lastUpdate_ = 0;
   int suspended_ = 0;
   int indexHeap_;
+
+private:
   enum heap_action_type hat_ = NOTSET;
 };