# Parameter definitions for flesh # $Header$ private: BOOLEAN cctk_full_warnings "Give detailed information for each warning statement" { } "yes" BOOLEAN cctk_strong_param_check "Die on parameter errors in CCTK_PARAMCHECK" { } "yes" BOOLEAN cctk_show_schedule "Print the scheduling tree to standard output" { } "yes" BOOLEAN cctk_show_banners "Show any registered banners for the different thorns" { } "yes" BOOLEAN cctk_brief_output "Give only brief output" { } "no" restricted: REAL cctk_initial_time "Initial time for evolution" { : :: "Anything" } 0.0 REAL cctk_final_time "Final time for evolution" { : :: "Anything" } -1.0 INT cctk_itlast "Final iteration number" { : :: "Any integer" } 10