mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
fix: fix bad C instructions for modern compiler
This commit is contained in:
parent
b68bc67451
commit
328cd77336
4 changed files with 5 additions and 6 deletions
|
@ -78,7 +78,7 @@ double halo_concentration(double m)
|
|||
|
||||
double cvir_model(double mass)
|
||||
{
|
||||
double cvir,z_coll,zbrent(),rad;
|
||||
double cvir,z_coll,rad;
|
||||
double k=3.12;
|
||||
double f=0.001;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue