version 3.8
nullparametercache.hh
Go to the documentation of this file.
1// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2// vi: set et ts=4 sw=4 sts=4:
3//
4// SPDX-FileCopyrightInfo: Copyright © DuMux Project contributors, see AUTHORS.md in root folder
5// SPDX-License-Identifier: GPL-3.0-or-later
6//
12#ifndef DUMUX_NULL_PARAMETER_CACHE_HH
13#define DUMUX_NULL_PARAMETER_CACHE_HH
14
15#include "parametercachebase.hh"
16
17namespace Dumux {
22class NullParameterCache : public ParameterCacheBase<NullParameterCache> {};
23
24} // end namespace
25
26#endif
The a parameter cache which does nothing.
Definition: nullparametercache.hh:22
The base class of the parameter cache classes for fluid systems.
Definition: parametercachebase.hh:23
Definition: adapt.hh:17
The base class of the parameter cache classes for fluid systems.