Skip to content

Commit

Permalink
reintroducing the fix to the single precision cosmology test - this w…
Browse files Browse the repository at this point in the history
…as accidentally overwritten while addressing a merge conflict.
  • Loading branch information
mabruzzo committed May 30, 2022
1 parent 57c5daf commit 85e923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/Cosmology/method_cosmology.incl
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"is_local", "default"];
position = [ "x", "y", "z" ];
velocity = [ "vx", "vy", "vz" ];
constants = [ "mass", "double", 2.5581226e-5 ];
constants = [ "mass", "default", 2.5581226e-5 ];
group_list = [ "is_gravitating" ];
}
}
Expand Down

0 comments on commit 85e923b

Please sign in to comment.