~vcs-imports-ii/mcsim/trunk

« back to all changes in this revision

Viewing changes to examples/err_in_var/err_in_var_ODE.in

  • Committer: fredomatic
  • Date: 2020-06-12 15:21:02 UTC
  • Revision ID: fredomatic-20200612152102-25iw63c5hizwocwv
fix Lsodes name

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
OutputFile ("err_in_var_ODE.out");
13
13
 
14
 
Integrate (lsodes, 1e-7, 1e-7, 1);
 
14
Integrate (Lsodes, 1e-7, 1e-7, 1);
15
15
 
16
16
Simulation {
17
17