Skip to content

Commit f7b7414

Browse files
committed
wip
1 parent 7dcbb9a commit f7b7414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/angle_energy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ double get_jac_and_transform(
1010
double E_in, double& mu, double& E_out, uint64_t* seed, double awr)
1111
{
1212
double E_com = E_in / ((awr + 1.0) * (awr + 1.0));
13-
return get_jac_and_transform_impl(E_in, mu, E_out, seed, awr, E_com);
13+
return get_jac_and_transform_impl(E_com, mu, E_out, seed, awr);
1414
}
1515

1616
double get_jac_and_transform_impl(

0 commit comments

Comments
 (0)