# Parameter definitions for thorn AdvectionToy # $Header$ CCTK_INT nsize "Number of grid points" { 4:* :: "at least 4" } 10 CCTK_REAL speed "Advection speed (in x direction)" { 0:* :: "must not be negative" } 1.0