Skip to content

Commit

Permalink
Merge branch 'main' into cleanup/ic_molecular_cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
rieder authored Dec 5, 2024
2 parents 31caf41 + a321210 commit 68acd6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/amuse/community/huayno/src/evolve_sf.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ static struct particle *partition(FLOAT dt, struct particle *left, struct partic
{
UINT i,n;
dt=fabs(dt);
i=0;
n=right-left+1;
while(1)
{
Expand Down

0 comments on commit 68acd6e

Please sign in to comment.