|
◆ vol7d_serialize_new()
type(vol7d_serialize) function, public vol7d_serialize_class::vol7d_serialize_new |
( |
| ) |
|
Constructor for the vol7d_serialize class.
It has to be called when creating a new object for the sole purpose of initializing the callbacks to default, which cannot be done implicitly until a F2008 compiler is available.
Definizione alla linea 202 del file vol7d_serialize_class.F03.
202 & ''b10004,b12101 '' in the desired order ') 203 CALL optionparser_add(opt, ' ', TRIM(this%ext)//'-keep-miss ', this%keep_miss, & 204 help='keep records containing only missing values in csv output, & 205 &normally they are discarded ') 206 CALL optionparser_add(opt, ' ', TRIM(this%ext)//'-norescale ', this%no_rescale, & 207 help='do not rescale in output integer variables according to their & 211 END SUBROUTINE vol7d_serialize_optionparser 214 !> Method for parsing the command-line options provided. 215 !! It must be called after the call to optionparser_parse in order to
|