Skip to content

Commit

Permalink
fix compilation on rakudo and niecza
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 25, 2012
1 parent a56ad42 commit 48988ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Math/Model.pm
Expand Up @@ -12,7 +12,7 @@ has %.variables;
has %.initials; has %.initials;
has @.captures is rw; has @.captures is rw;


has %!inv = %.derivatives.invert; has %!inv = %!derivatives.invert;
# in Math::Model all variables are accessible by name # in Math::Model all variables are accessible by name
# in contrast Math::RungeKutta uses vectors, so we need # in contrast Math::RungeKutta uses vectors, so we need
# to define an (arbitrary) ordering # to define an (arbitrary) ordering
Expand Down

0 comments on commit 48988ec

Please sign in to comment.