| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-08-30 15:26:56 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-08-30 15:26:56 +0200 |
| commit | dcc5284790f16566c4885f9e0fa3c6fb9577c11d (patch) | |
| tree | dc6a4bcd8556a4079eb9c753e6a97ff538f8a770 | |
| parent | 99bbe050e57c50c5c21b849c1721fe9979894d8f (diff) | |
Forgot to increase instances_count.
| -rw-r--r-- | instance-calculator/src/VHDLProcess.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/instance-calculator/src/VHDLProcess.java b/instance-calculator/src/VHDLProcess.java index 07bac2e..ff5d32c 100644 --- a/instance-calculator/src/VHDLProcess.java +++ b/instance-calculator/src/VHDLProcess.java @@ -140,6 +140,8 @@ public class VHDLProcess + instances_count ); + instances_count += 1; + this.parent = parent; this.visibility = visibility; this.iwfm_map = iwfm_map; |


