Skip to content
Snippets Groups Projects
Commit 4e4ce2c3 authored by Tom Fischer's avatar Tom Fischer
Browse files

[PL/HT] Create {pressure,temperature}_{index,size}.

parent 1fa81aa9
No related branches found
No related tags found
No related merge requests found
......@@ -354,6 +354,12 @@ protected:
return cache;
}
protected:
static const int pressure_index = ShapeFunction::NPOINTS;
static const int pressure_size = ShapeFunction::NPOINTS;
static const int temperature_index = 0;
static const int temperature_size = ShapeFunction::NPOINTS;
};
} // namespace HT
......
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