You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: loc("./fir_embox.f90":26:5): 'fir.embox' op operand #0 must be any reference, but got '!fir.box<!fir.type<_QMcommTqm_ewald_structure{ewald_startup:!fir.logical<4>}>>'
oops, pass manager reported failure
module comm
implicit none
type:: simulation_t
type(qm_ewald_structure),pointer :: ewald
end type simulation_t
type qm_ewald_structure
logical:: ewald_startup !True if this is the very first MD step and we are doing qmewald.
end type qm_ewald_structure
containssubroutinesetp_simulation(a, ewald_struct)
type(simulation_t), pointer :: a
type(qm_ewald_structure), target :: ewald_struct
a % ewald => ewald_struct
endsubroutine
end module
The text was updated successfully, but these errors were encountered:
The code below results in the following error:
The text was updated successfully, but these errors were encountered: