瀏覽代碼

Fixed missing name

Yentl Van Tendeloo 8 年之前
父節點
當前提交
f8d6957ce8
共有 1 個文件被更改,包括 3 次插入1 次删除
  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
     }