NAMD
Migration.h
Go to the documentation of this file.
1 
7 #ifndef MIGRATION_H
8 #define MIGRATION_H
9 
10 #include "InfoStream.h"
11 #include "NamdTypes.h"
12 #include "PatchTypes.h"
13 
15 
18 
19 struct MigrationInfo {
23 };
24 
25 #endif // MIGRATION_H
26 
PatchID destPatchID
Definition: Migration.h:20
NodeID destNodeID
Definition: Migration.h:21
int PatchID
Definition: NamdTypes.h:182
ResizeArray< MigrationElem > MigrationList
Definition: Migration.h:16
MigrationList mList
Definition: Migration.h:22
ResizeArrayIter< MigrationElem > MigrationListIter
Definition: Migration.h:17
FullAtom MigrationElem
Definition: Migration.h:14
int NodeID
Definition: NamdTypes.h:184