TABLE OF CONTENTS


::pwtk::runFLO

SYNOPSIS

proc ::pwtk::runFLO {head {ion_dynamics {}}} { 
    deprecated "[procName] is deprecated, use \"::pwtk::flo_run\" instead"
    uplevel [list ::pwtk::flo::run $head {*}$ion_dynamics]
}