ls1-MarDyn
ls1-MarDyn molecular dynamics code
RotationParameter.h
1/*
2 * RotationParameter.h
3 *
4 * Created on: Jul 7, 2015
5 * Author: uwe
6 */
7
8#ifndef ROTATIONPARAMETER_H_
9#define ROTATIONPARAMETER_H_
10
11#include "bhfmm/utils/WignerMatrix.h"
12
13namespace bhfmm {
14
16public:
17// ~RotationParams(){ delete SinCos; }
18 WignerMatrix W[2];
19 double* SinCos;
20};
21
22} // namespace bhfmm
23
24
25
26#endif /* ROTATIONPARAMETER_H_ */
Definition: RotationParameter.h:15
Definition: WignerMatrix.h:22
Definition: L2PCellProcessor.cpp:15