Quellcode durchsuchen

Fixed problem with the cardinalities

Yentl Van Tendeloo vor 9 Jahren
Ursprung
Commit
392868b162
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      bootstrap/metamodels.alc

+ 1 - 1
bootstrap/metamodels.alc

@@ -286,8 +286,8 @@ Element function initialize_SCD(location : String):
 	instantiate_attribute(scd, "if_cond", "target_lower_cardinality", 1)
 	instantiate_attribute(scd, "if_cond", "target_upper_cardinality", 1)
 	instantiate_attribute(scd, "if_then", "target_lower_cardinality", 1)
+	instantiate_attribute(scd, "if_then", "target_upper_cardinality", 1)
 	instantiate_attribute(scd, "if_else", "target_upper_cardinality", 1)
-	instantiate_attribute(scd, "if_false", "target_upper_cardinality", 1)
 	instantiate_attribute(scd, "while_cond", "target_lower_cardinality", 1)
 	instantiate_attribute(scd, "while_cond", "target_upper_cardinality", 1)
 	instantiate_attribute(scd, "while_body", "target_lower_cardinality", 1)