From bb19cddffeabe95b047c229c5cce29f7ce2fd10f Mon Sep 17 00:00:00 2001
From: Andreas Lauser <and@poware.org>
Date: Fri, 27 May 2011 13:47:01 +0000
Subject: [PATCH] brine: fix coding style

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5932 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/material/components/brine.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/material/components/brine.hh b/dumux/material/components/brine.hh
index af165772ee..22b2916955 100644
--- a/dumux/material/components/brine.hh
+++ b/dumux/material/components/brine.hh
@@ -322,10 +322,10 @@ public:
     }
 };
 
-template <class Scalar, class H2O>
 /*!
  * \brief Default value for the salinity of the brine (dimensionless).
  */
+template <class Scalar, class H2O>
 Scalar Brine<Scalar, H2O>::salinity = 0.1; // also needs to be adapted in CO2 solubility table!
 
 } // end namepace
-- 
GitLab