Explorar o código

Fixed missing name

Yentl Van Tendeloo %!s(int64=8) %!d(string=hai) anos
pai
achega
f8d6957ce8
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      integration/code/pn_design_model.mvc

+ 3 - 1
integration/code/pn_design_model.mvc

@@ -13,7 +13,9 @@ PetriNets pn {
         tokens = 3
         name = "p3"
     }
-    Transition t1 {}
+    Transition t1 {
+        name = "t1"
+    }
     P2T (p1, t1) {
         weight = 1
     }