| setprob.f90.html | |
| Source file: setprob.f90 | |
| Directory: /Users/rjl/clawpack_src/clawpack_master/classic/examples/euler_1d_wcblast | |
| Converted: Mon Feb 19 2024 at 17:58:29 using clawcode2html | |
| This documentation file will not reflect any later changes in the source file. |
subroutine setprob
implicit none
real(kind=8) :: gamma
common /cparam/ gamma
gamma = 1.4d0
end subroutine setprob