Home
last modified time | relevance | path

Searched refs:general_info_ispresent (Results 1 – 6 of 6) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dqes_reset_module.f90123 IF (obj%general_info_ispresent) &
125 obj%general_info_ispresent = .FALSE.
H A Dqes_types_module.f901426 LOGICAL :: general_info_ispresent = .FALSE. component
H A Dqes_bcast_module.f90127 CALL mp_bcast(obj%general_info_ispresent, ionode_id, comm)
128 IF (obj%general_info_ispresent) &
H A Dqes_init_module.f90145 obj%general_info_ispresent = .TRUE.
148 obj%general_info_ispresent = .FALSE.
H A Dqes_write_module.f90123 IF (obj%general_info_ispresent) THEN
H A Dqes_read_module.f90151 obj%general_info_ispresent = .TRUE.
155 obj%general_info_ispresent = .FALSE.