Skip to content

Commit

Permalink
More removal of unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Jul 25, 2024
1 parent e3df8f6 commit 897970e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions function_objects/func_peanut_dattathri.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ double DattathriPeanut3D::GetValue( double x, double y )

double LuminosityDensityDattathriPeanut3D( double s, void *params )
{
double y_d, z_d, z, R, lumDensity;
double verticalScaling, sech;
double y_d, z_d, lumDensity;
double *paramsVect = (double *)params;
double x_d0 = paramsVect[0];
double y_d0 = paramsVect[1];
Expand Down

0 comments on commit 897970e

Please sign in to comment.