Make it build with Gromacs 2016 rc1
[alexxy/gromacs-pyapi.git] / stub_headers / gromacs / analysisdata / paralleloptions.h
1 #ifndef PARALLELOPTIONS_H
2 #define PARALLELOPTIONS_H
3
4 namespace gmx {
5 class AnalysisDataParallelOptions {
6     public:
7         AnalysisDataParallelOptions();
8 };
9 }
10
11 #endif