Fixed ModelClock's high level state:
[Mograsim.git] / plugins / net.mograsim.logic.model / src / net / mograsim / logic / model / model / components / atomic / ModelClock.java
index d84e202..5c54069 100644 (file)
@@ -63,7 +63,7 @@ public class ModelClock extends ModelComponent
                                {
                                case "out":
                                        if (clock != null)
-                                               return clock.getOut().getInputValues();
+                                               return clock.getOutValues();
                                        return null;
                                default:
                                        throw new IllegalArgumentException("No high level state with ID " + stateID);