rename LS* to LinearSolver*

also move these "LinearSolver" parameter group
This commit is contained in:
Andreas Lauser 2011-08-17 14:27:36 +00:00 committed by Andreas Lauser
parent b1bd56688f
commit eb1c79f785
2 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@
* \brief The spatial parameters for the fully coupled tutorial problem * \brief The spatial parameters for the fully coupled tutorial problem
* which uses the twophase box model. * which uses the twophase box model.
*/ */
#ifndef TUTORIALSPATIALPARAMETERS_COUPLED_HH #ifndef DUMUX_TUTORIAL_SPATIAL_PARAMETERS_COUPLED_HH
#define TUTORIALSPATIALPARAMETERS_COUPLED_HH #define DUMUX_TUTORIAL_SPATIAL_PARAMETERS_COUPLED_HH
// include parent spatialparameters // include parent spatialparameters
#include <dumux/material/spatialparameters/boxspatialparameters.hh> #include <dumux/material/spatialparameters/boxspatialparameters.hh>

View File

@ -22,8 +22,8 @@
* *
* \brief spatial parameters for the sequential tutorial * \brief spatial parameters for the sequential tutorial
*/ */
#ifndef TUTORIALSPATIALPARAMETERS_DECOUPLED_HH #ifndef DUMUX_TUTORIAL_SPATIAL_PARAMETERS_DECOUPLED_HH
#define TUTORIALSPATIALPARAMETERS_DECOUPLED_HH #define DUMUX_TUTORIAL_SPATIAL_PARAMETERS_DECOUPLED_HH
#include <dumux/material/spatialparameters/fvspatialparameters.hh> #include <dumux/material/spatialparameters/fvspatialparameters.hh>