Skip to content

Commit

Permalink
update clockedTest for #3498
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Oct 9, 2015
1 parent 6b0a496 commit 6707ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmodelica/cppruntime/clockedTest.mos
Expand Up @@ -7,7 +7,7 @@ setCommandLineOptions("+simCodeTarget=Cpp");

loadString("
model DID \"Double Integrator Discrete-time\"
constant Real dt = 0.1 \"sample time\";
parameter Real dt = 0.1 \"sample time\";
parameter Real p = 1 \"gain for input\";
parameter Real y1_start = 1 \"start value for first state\";
parameter Real y2_start = 0 \"start value for second state\";
Expand Down

0 comments on commit 6707ec8

Please sign in to comment.