From 03b0440388d6f2638c9b205debe3a82afd811fc9 Mon Sep 17 00:00:00 2001 From: Antti Villberg Date: Mon, 20 Mar 2017 08:50:32 +0200 Subject: [PATCH] possibleActiveRunVariable should return Maybe Variable refs #7026 Change-Id: I00cd147ab934932027753bd9f17b51da5c05a85e --- bundles/org.simantics.modeling/scl/Simantics/Simulation.scl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.simantics.modeling/scl/Simantics/Simulation.scl b/bundles/org.simantics.modeling/scl/Simantics/Simulation.scl index 460d1cd0e..72166303e 100644 --- a/bundles/org.simantics.modeling/scl/Simantics/Simulation.scl +++ b/bundles/org.simantics.modeling/scl/Simantics/Simulation.scl @@ -7,7 +7,7 @@ importJava "org.simantics.simulation.experiment.ExperimentUtil" where simulateExperiment :: IExperiment -> Boolean -> () disposeExperiment :: IExperiment -> () getExperimentState :: IExperiment -> ExperimentState - possibleActiveRunVariable ::Resource -> Variable + possibleActiveRunVariable ::Resource -> Maybe Variable importJava "org.simantics.simulation.experiment.IExperiment" where data IExperiment -- 2.43.2