Skip to content
Snippets Groups Projects
Commit 6eca688a authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

added missing inheritance for Templates

parent 9860f6af
No related branches found
No related tags found
1 merge request!312CMake Improvements and fixes
......@@ -10,7 +10,7 @@
#include "process_int.h"
// THIS IS A TEMPLATE FOR LATER USE
class Template
class Template : public Process
{
CdoStreamID streamID1;
int taxisID1;
......@@ -88,7 +88,7 @@ public:
}
};
class Template2
class Template2 : public Process
{
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