test marche

This commit is contained in:
Minh VU
2024-10-18 16:57:52 +02:00
parent e9d6072d25
commit 51fd5e6e07
4 changed files with 8 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ public class test {
Set<PartType> ISRequirement = new HashSet<PartType>();
ISRequirement.add(XS);
cm.addRequirements(EH120,EH120Requirement);
cm.addRequirements(EH120, (HashSet<PartType>) EH120Requirement);
}