Skip to content
Snippets Groups Projects
Commit 41e0e7a7 authored by Timo Koch's avatar Timo Koch
Browse files

[fluidsystem][base] export scalar type

parent 9db4c6e0
No related branches found
No related tags found
1 merge request!1112[fluidsystems] Add a 1p adapter fluidsystem for multi-phase fluid systems
......@@ -41,6 +41,9 @@ template <class ScalarType, class Implementation>
class BaseFluidSystem
{
public:
//! export the scalar type
using Scalar = ScalarType;
//! The type of parameter cache objects
using ParameterCache = NullParameterCache;
......
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