Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Uncomment.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 2 Mar 2021 14:57:09 +0000 (15:57 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 2 Mar 2021 15:48:51 +0000 (16:48 +0100)
src/simix/simcalls.py

index 1051d4a..bd2789e 100755 (executable)
@@ -68,7 +68,7 @@ class Simcall(object):
                 print ('{')
                 print ('  // Your code handling the simcall')
                 print ('}')
-#                return False
+                return False
         else:
             if self.name in self.simcalls_pre:
                 print (