2D AMRCLAW
setprob.f90
Go to the documentation of this file.
1 subroutine setprob
2 
3  ! Copy this file to your directory and modify to set up problem
4  ! parameters or read other data.
5  !
6  ! This default version does nothing.
7 
8  implicit none
9 
10 end subroutine setprob
subroutine setprob
Definition: setprob.f90:1