Skip to content

Commit

Permalink
simplified equation in comment in endo_R GEOM_ENDO
Browse files Browse the repository at this point in the history
  • Loading branch information
mrke committed Jul 30, 2021
1 parent e1f844b commit 052ef30
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GEOM_ENDO.f
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ SUBROUTINE GEOM_ENDO(AMASS,ANDENS,FATPCT,SHAPE,ZFUR,SUBQFAT
C ASSUMING A PROLATE SPHEROID
C VOL = 4/3* PI*A*B*C
C SO VOL = 4/3* PI*G*B*B*B, ASSUMING C = B, A = G*B
C SO B = (((3/(4*G))*VOL)/PI)^(1/3)
C SO B = ((3*V)/(4*PI*G))**(1/3)
BSEMIN=(((3./(4.*SHAPEB))*VOL)/PI)**(1./3.)
CSEMIN=BSEMIN
ASEMAJ=SHAPEB*(BSEMIN)
Expand Down
Binary file modified vignettes/deb-model-tutorial_files/figure-html/fig1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/deb-model-tutorial_files/figure-html/fig2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/deb-model-tutorial_files/figure-html/fig5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/deb-model-tutorial_files/figure-html/fig6-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 052ef30

Please sign in to comment.