added SymmetryOperation.h
[cluster_expansion.git] / SymmetryOperations.h
blobb281a745365fb31c9a9b8f2ea106a242bbca29b8
1 #ifndef _SYMMETRYOPERATIONS_H
2 #define _SYMMETRYOPERATIONS_H
4 #include <string>
5 #include <vector>
7 #include "Direction.h"
9 using namespace std;
13 struct SymmetryOperations {
14 string name;
15 Directions directions;
18 #endif