Namespace

This commit is contained in:
paboyle
2018-01-14 22:19:25 +00:00
parent df29cc19ab
commit 56e87d6e55
+2 -2
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