VWANG2UUPKW6YVZ5CGFXSTLQYQPINOA24M3BEITIZGIX6H3WNRHQC // get prolongation order from driver, the parmeter is private since really// there is normally no reason to depend on itint order_type;const void *order_p = CCTK_ParameterGet("prolongation_order", "AMReX",&order_type);assert(order_p);assert(order_type == PARAMETER_INT);const CCTK_INT operator_order = *static_cast<const CCTK_INT*>(order_p);