1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 22:20:45 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 22:19:25 +00:00
parent df29cc19ab
commit 56e87d6e55

View File

@ -29,7 +29,7 @@ directory
#ifndef SOLVER_MODULES_H
#define SOLVER_MODULES_H
namespace Grid {
NAMESPACE_BEGIN(Grid);
//////////////////////////////////////////////
// Operator Functions (Solvers)
@ -132,7 +132,7 @@ class ConjugateResidualModule: public SolverModule<ConjugateResidual, Field, Sol
};
extern char solver_string[];
} // Grid
NAMESPACE_END(Grid);
#endif //SOLVER_MODULES_H