Skip to content

Commit

Permalink
Commented out warning on typical case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Sep 6, 2011
1 parent ff2d6c1 commit cc17705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Math/GSLx/ODEIV2.pm
Expand Up @@ -68,7 +68,7 @@ sub ode_solver {
if ($want_pdl) {
carp "PDL return is not yet implemented";
} else {
carp "Perl AoA unroll from PDL backend is not yet implemented";
#carp "Perl AoA unroll from PDL backend is not yet implemented";
}
} else {
if ($want_pdl) {
Expand Down

0 comments on commit cc17705

Please sign in to comment.