From 3c2deb2b097d7f62c0a8e9c01b27dd98be94142d Mon Sep 17 00:00:00 2001 From: Martin Nolte <nolte@mathematik.uni-freiburg.de> Date: Fri, 20 Oct 2017 17:55:38 +0200 Subject: [PATCH] rename namespace CorePy to Python --- bcrsmatrix.hh | 4 ++-- bvector.hh | 4 ++-- iterator.hh | 4 ++-- operators.hh | 4 ++-- preconditioners.hh | 4 ++-- slice.hh | 4 ++-- solvers.hh | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bcrsmatrix.hh b/bcrsmatrix.hh index 643a65038..0ad4abd4b 100644 --- a/bcrsmatrix.hh +++ b/bcrsmatrix.hh @@ -26,7 +26,7 @@ namespace Dune { - namespace CorePy + namespace Python { namespace detail @@ -318,7 +318,7 @@ namespace Dune } #endif // #if HAVE_DUNE_ISTL - } // namespace CorePy + } // namespace Python } // namespace Dune diff --git a/bvector.hh b/bvector.hh index 5a9de5986..10c142636 100644 --- a/bvector.hh +++ b/bvector.hh @@ -23,7 +23,7 @@ namespace Dune { - namespace CorePy + namespace Python { namespace detail @@ -188,7 +188,7 @@ namespace Dune return cls; } - } // namespace CorePy + } // namespace Python } // namespace Dune diff --git a/iterator.hh b/iterator.hh index b1b79aafb..cf49c353c 100644 --- a/iterator.hh +++ b/iterator.hh @@ -11,7 +11,7 @@ namespace Dune { - namespace CorePy + namespace Python { namespace detail @@ -134,7 +134,7 @@ namespace Dune } // namespace detail - } // namespace CorePy + } // namespace Python } // namespace Dune diff --git a/operators.hh b/operators.hh index 996c5e601..cb19a10c0 100644 --- a/operators.hh +++ b/operators.hh @@ -12,7 +12,7 @@ namespace Dune { - namespace CorePy + namespace Python { // registerLinearOperator @@ -39,7 +39,7 @@ namespace Dune cls.def( "asLinearOperator", [] ( pybind11::object self ) { return self; } ); } - } // namespace CorePy + } // namespace Python } // namespace Dune diff --git a/preconditioners.hh b/preconditioners.hh index fb709db7c..16aa9b9a9 100644 --- a/preconditioners.hh +++ b/preconditioners.hh @@ -15,7 +15,7 @@ namespace Dune { - namespace CorePy + namespace Python { // registerPreconditioner @@ -227,7 +227,7 @@ namespace Dune } #endif // #if HAVE_DUNE_ISTL - } // namespace CorePy + } // namespace Python } // namespace Dune diff --git a/slice.hh b/slice.hh index cd69a34ca..5c5891b8f 100644 --- a/slice.hh +++ b/slice.hh @@ -8,7 +8,7 @@ namespace Dune { - namespace CorePy + namespace Python { // ArraySlice @@ -86,7 +86,7 @@ namespace Dune size_type start_, step_, size_; }; - } // namespace CorePy + } // namespace Python } // namespace Dune diff --git a/solvers.hh b/solvers.hh index 7c182ad25..e37ae86d9 100644 --- a/solvers.hh +++ b/solvers.hh @@ -17,7 +17,7 @@ namespace Dune { - namespace CorePy + namespace Python { // registerInverseOperator @@ -253,7 +253,7 @@ namespace Dune } #endif // #if HAVE_DUNE_ISTL - } // namespace CorePy + } // namespace Python } // namespace Dune -- GitLab