libsim Versione 7.1.11

◆ dbanetwork_init()

type(dbanetwork) function dbanetwork_init ( character(len=*), intent(in), optional  name)
private

Constructor Without parameter it is initialized to missing.

Parametri
[in]nameMnemonic alias for type of report

Definizione alla linea 1932 del file dballe_class.F03.

1933if ( c_e(this%datetimemin%datetime) .and. c_e(that%datetime%datetime) .and. &
1934 this%datetimemin%datetime > that%datetime%datetime ) return
1935if ( c_e(this%datetimemax%datetime) .and. c_e(that%datetime%datetime) .and. &
1936 this%datetimemax%datetime < that%datetime%datetime ) return

Generated with Doxygen.