Skip to content

Commit

Permalink
- reverting r16595 for now until I investigate why it doesn't work.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16596 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Jul 15, 2013
1 parent 3ba66ed commit 23c210d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/ModelicaBuiltin.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@ function simulate "simulates a modelica model by generating c code, build it and
simulate(A);
"
input TypeName className "the class that should simulated";
input Real startTime := 0.0 "the start time of the simulation. <default> = 0.0";
input Real startTime := "<default>" "the start time of the simulation. <default> = 0.0";
input Real stopTime := 1.0 "the stop time of the simulation. <default> = 1.0";
input Real numberOfIntervals := 500 "number of intervals in the result file. <default> = 500";
input Real stepSize := 0.002 "step size that is used for the result file. <default> = 0.002";
Expand Down Expand Up @@ -2035,7 +2035,7 @@ end moveClass;

function linearize "creates a model with symbolic linearization matrixes"
input TypeName className "the class that should simulated";
input Real startTime := 0.0 "the start time of the simulation. <default> = 0.0";
input Real startTime := "<default>" "the start time of the simulation. <default> = 0.0";
input Real stopTime := 1.0 "the stop time of the simulation. <default> = 1.0";
input Real numberOfIntervals := 500 "number of intervals in the result file. <default> = 500";
input Real stepSize := 0.002 "step size that is used for the result file. <default> = 0.002";
Expand Down

0 comments on commit 23c210d

Please sign in to comment.