|
CP2K 2.4 (Revision 12889)
|
Collaboration diagram for reftraj_types::reftraj_type:Private Attributes | |
| INTEGER | ref_count |
| INTEGER | itimes |
| INTEGER | itimes0 |
| INTEGER | isnap |
| INTEGER | natom |
| LOGICAL | init |
| REAL(KIND=dp) | epot |
| REAL(KIND=dp) | epot0 |
| REAL(KIND=dp) | time |
| REAL(KIND=dp) | time0 |
| TYPE(reftraj_info_type), pointer | info |
| TYPE(reftraj_msd_type), pointer | msd |
Definition at line 62 of file reftraj_types.f90.
REAL(KIND=dp) reftraj_types::reftraj_type::epot [private] |
Definition at line 69 of file reftraj_types.f90.
REAL(KIND=dp) reftraj_types::reftraj_type::epot0 [private] |
Definition at line 69 of file reftraj_types.f90.
TYPE(reftraj_info_type),pointer reftraj_types::reftraj_type::info [private] |
Definition at line 70 of file reftraj_types.f90.
LOGICAL reftraj_types::reftraj_type::init [private] |
Definition at line 68 of file reftraj_types.f90.
INTEGER reftraj_types::reftraj_type::isnap [private] |
Definition at line 66 of file reftraj_types.f90.
INTEGER reftraj_types::reftraj_type::itimes [private] |
Definition at line 64 of file reftraj_types.f90.
INTEGER reftraj_types::reftraj_type::itimes0 [private] |
Definition at line 65 of file reftraj_types.f90.
TYPE(reftraj_msd_type),pointer reftraj_types::reftraj_type::msd [private] |
Definition at line 71 of file reftraj_types.f90.
INTEGER reftraj_types::reftraj_type::natom [private] |
Definition at line 67 of file reftraj_types.f90.
Definition at line 63 of file reftraj_types.f90.
REAL(KIND=dp) reftraj_types::reftraj_type::time [private] |
Definition at line 69 of file reftraj_types.f90.
REAL(KIND=dp) reftraj_types::reftraj_type::time0 [private] |
Definition at line 69 of file reftraj_types.f90.
1.7.3