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

[fluidsystem][base] Fix indent

parent a30bc9d9
No related branches found
No related tags found
1 merge request!1112[fluidsystems] Add a 1p adapter fluidsystem for multi-phase fluid systems
......@@ -27,20 +27,17 @@
#include <string>
#include "nullparametercache.hh"
namespace Dumux
{
namespace FluidSystems
namespace Dumux {
namespace FluidSystems {
{
/*!
* \ingroup Fluidsystems
* \brief Fluid system base class.
*
* \note Always derive your fluid system from this class to be sure
* that all basic functionality is available!
*/
template <class Scalar, class Implementation>
/*!
* \ingroup Fluidsystems
* \brief Fluid system base class.
*
* \note Always derive your fluid system from this class to be sure
* that all basic functionality is available!
*/
template <class ScalarType, class Implementation>
class BaseFluidSystem
{
public:
......
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