1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

Move Schur operator into correct place

This commit is contained in:
Peter Boyle
2019-06-15 12:49:22 +01:00
parent 49f90cc7eb
commit 82306913a8
3 changed files with 104 additions and 4 deletions

View File

@ -26,8 +26,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
See the full license in the file "LICENSE" in the top level distribution directory
*************************************************************************************/
/* END LEGAL */
#ifndef GRID_ALGORITHM_LINEAR_OP_H
#define GRID_ALGORITHM_LINEAR_OP_H
#pragma once
NAMESPACE_BEGIN(Grid);
@ -496,5 +495,3 @@ public:
};
NAMESPACE_END(Grid);
#endif