Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(molecule), | intent(inout) | :: | mol | |||
type(ws_cell), | intent(inout) | :: | wsc |
subroutine generate_wsc(mol, wsc) use dftd4_compat, only : molecule, ws_cell type(molecule), intent(inout) :: mol type(ws_cell), intent(inout) :: wsc end subroutine generate_wsc