! $Id: common.f90,v 1.4 2003/09/09 16:52:46 nilshau Exp $ module common use Cparam include 'common.local' integer, parameter :: imax=lb_nxgrid*2-1 integer :: snap,snap_start,snap_stop,nr_dir_glob character (len=4) :: csnap end module common