change namespace from Dumux to Ewoms

eWoms hereby declares full independence. Humor aside, the main
technical advantage of this is, that it is now possible to easily
install both, Dumux and eWoms on a system using a package management
system without bad tricks.
This commit is contained in:
Andreas Lauser
2012-11-18 16:42:57 +01:00
parent 834b79a8dd
commit 3e55945ce5
24 changed files with 652 additions and 835 deletions

View File

@@ -49,7 +49,7 @@ everybody to work on code that has not been written by oneself.
definition of a preprocessor macro that is used to make sure that
the header file is only included once. If your header file is
called 'myheaderfile.hh', this constant should be named
\texttt{DUMUX\_MYHEADERFILE\_HH}.
\texttt{EWOMS\_MYHEADERFILE\_HH}.
\item Files: File names should exclusively consist of lower case
letters. Header files get the suffix .hh, implementation files the
suffix .cc