Skip to content

Commit

Permalink
fix case break
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jun 15, 2015
1 parent 8ebf2c4 commit c0b0951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions galpy/actionAngle_src/actionAngle_c_ext/actionAngle.c
Expand Up @@ -126,6 +126,7 @@ void parse_actionAngleArgs(int npot,
potentialArgs->i2d= NULL;
potentialArgs->accx= NULL;
potentialArgs->accy= NULL;
break;
case 17: //PlummerPotential, 3 arguments
potentialArgs->potentialEval= &PlummerPotentialEval;
potentialArgs->nargs= 2;
Expand Down

0 comments on commit c0b0951

Please sign in to comment.