ls1-MarDyn
ls1-MarDyn molecular dynamics code
|
#include <CollectiveCommBase.h>
Public Attributes | |
int | v_int |
unsigned long | v_unsLong |
float | v_float |
double | v_double |
long double | v_longDouble |
As in C++ arrays have to contain only one type of variable, but this class (see documentation of CollectiveCommunication class) shall be able to store values of different types for the transfer, this union is needed to be able to store the values of different types in one array.