mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Namespace
This commit is contained in:
parent
df29cc19ab
commit
56e87d6e55
@ -29,7 +29,7 @@ directory
|
|||||||
#ifndef SOLVER_MODULES_H
|
#ifndef SOLVER_MODULES_H
|
||||||
#define SOLVER_MODULES_H
|
#define SOLVER_MODULES_H
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
//////////////////////////////////////////////
|
//////////////////////////////////////////////
|
||||||
// Operator Functions (Solvers)
|
// Operator Functions (Solvers)
|
||||||
@ -132,7 +132,7 @@ class ConjugateResidualModule: public SolverModule<ConjugateResidual, Field, Sol
|
|||||||
};
|
};
|
||||||
|
|
||||||
extern char solver_string[];
|
extern char solver_string[];
|
||||||
} // Grid
|
|
||||||
|
|
||||||
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
#endif //SOLVER_MODULES_H
|
#endif //SOLVER_MODULES_H
|
Loading…
x
Reference in New Issue
Block a user