|
UPP
001
|
@ brief set_outflds() reads post xml control file. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | SET_OUTFLDS (kth, th, kpv, pv) |
| This routine reads the control file in xml format specifying field(s) to post, and save all the field information in a datatype array PSET. More... | |
| subroutine SET_OUTFLDS | ( | integer, intent(in) | kth, |
| real, dimension(kth), intent(in) | th, | ||
| integer, intent(in) | kpv, | ||
| real, dimension(kpv), intent(in) | pv | ||
| ) |
This routine reads the control file in xml format specifying field(s) to post, and save all the field information in a datatype array PSET.
| [in] | KTH | |
| [in] | TH | |
| [in] | KPV | |
| [in] | PV | Program History Log |
| Date | Programmer | Comments |
|---|---|---|
| 2012-01-27 | Jun Wang | Initial |
| 2015-03-10 | Lin Gan | Replace XML file with flat file implementation |
| 2019-10-30 | Bo Cui | Removw "GOTO" Statement |
Definition at line 23 of file SET_OUTFLDS.f.