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

Namspace, indent, badly formatted code fixed

This commit is contained in:
paboyle 2018-01-15 00:14:47 +00:00
parent 0da64dea90
commit f8cb46d360

View File

@ -29,7 +29,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
#ifndef GRID_CONJUGATE_MULTI_SHIFT_GRADIENT_H
#define GRID_CONJUGATE_MULTI_SHIFT_GRADIENT_H
namespace Grid {
NAMESPACE_BEGIN(Grid);
/////////////////////////////////////////////////////////////
// Base classes for iterative processes based on operators
@ -278,5 +278,5 @@ void operator() (LinearOperatorBase<Field> &Linop, const Field &src, std::vector
}
};
}
NAMESPACE_END(Grid);
#endif