# Parameter definitions for thorn SpaceTimeToy # $Header:$ shares: hydrotoy USES BOOLEAN hydrotoy_active private: STRING bound "Type of boundary condition to use" { ".*" :: "Must be a registered boundary condition" } "Static" CCTK_INT icn_iterations "Number of ICN iterations to take after the initial Euler step" { 0:* :: "Must not be negative" } 1