diff options
Diffstat (limited to 'basegfx/source')
-rw-r--r-- | basegfx/source/workbench/gauss.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/basegfx/source/workbench/gauss.hxx b/basegfx/source/workbench/gauss.hxx index 6cd63ce30691..160fe31522ad 100644 --- a/basegfx/source/workbench/gauss.hxx +++ b/basegfx/source/workbench/gauss.hxx @@ -38,6 +38,10 @@ @return true, if elimination succeeded. */ + +#ifndef INCLUDED_BASEGFX_SOURCE_WORKBENCH_GAUSS_HXX +#define INCLUDED_BASEGFX_SOURCE_WORKBENCH_GAUSS_HXX + template <class Matrix, typename BaseType> bool eliminate( Matrix& matrix, int rows, @@ -163,4 +167,6 @@ bool solve( Matrix& matrix, return false; } +#endif // INCLUDED_BASEGFX_SOURCE_WORKBENCH_GAUSS_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |