Skip to content
Snippets Groups Projects
Commit 247efd6a authored by Oliver Heidmann's avatar Oliver Heidmann Committed by Uwe Schulzweida
Browse files

fixed Module Templates not compiling

parent 3a14ee56
No related branches found
No related tags found
2 merge requests!299Develop,!296M300433/python interface merge cleanup1
......@@ -9,6 +9,8 @@
#include "process_int.h"
// THIS IS A TEMPLATE FOR LATER USE
class Template
{
CdoStreamID streamID1;
int taxisID1;
......@@ -84,6 +86,7 @@ public:
}
};
class Template2
{
size_t numMissVals;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment