Skip to content

Commit

Permalink
Minor QoL changes, including notes on regolith_streamtube explaining …
Browse files Browse the repository at this point in the history
…certain variables
  • Loading branch information
Austin Blevins committed Oct 24, 2023
1 parent fab05b1 commit 0b171ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions debug_compile.bash
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cmake -P distclean.cmake
cmake -B build -S . -DCMAKE_BUILD_TYPE=Debug
cmake --build build
1 change: 1 addition & 0 deletions production_compile.bash
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cmake -P distclean.cmake
cmake -B build -S .
cmake --build build
2 changes: 1 addition & 1 deletion src/regolith/regolith_streamtube.f90
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
! Arguments : surf :: surface
!
!
! Notes :
! Notes : 'eradc' is the center of the ejection radius. 'eradi' is inner, 'erado' is outer. 'cnt' is counting number. 'cmax', 'ri', and 'rip1' concern streamtube geometry.
!
!**********************************************************************************************************************************
subroutine regolith_streamtube(user,surf,crater,domain,ejb,ejtble,xp,yp,xpi,ypi,lrad,ebh,rm,vsq,volm)
Expand Down

0 comments on commit 0b171ab

Please sign in to comment.