From 69faf9a4276117b1e91573a84e2dcdb07fc767f1 Mon Sep 17 00:00:00 2001 From: Felix Schindler <felix.schindler@wwu.de> Date: Tue, 12 Apr 2016 14:13:20 +0200 Subject: [PATCH] localoperator -> local/operators --- .../{localoperator => local/operators}/dirichlet-projection.hh | 0 dune/gdt/{localoperator => local/operators}/fv.hh | 0 dune/gdt/{localoperator => local/operators}/integrals.hh | 0 dune/gdt/{localoperator => local/operators}/interfaces.hh | 0 dune/gdt/{localoperator => local/operators}/l2-projection.hh | 0 .../gdt/{localoperator => local/operators}/lagrange-projection.hh | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename dune/gdt/{localoperator => local/operators}/dirichlet-projection.hh (100%) rename dune/gdt/{localoperator => local/operators}/fv.hh (100%) rename dune/gdt/{localoperator => local/operators}/integrals.hh (100%) rename dune/gdt/{localoperator => local/operators}/interfaces.hh (100%) rename dune/gdt/{localoperator => local/operators}/l2-projection.hh (100%) rename dune/gdt/{localoperator => local/operators}/lagrange-projection.hh (100%) diff --git a/dune/gdt/localoperator/dirichlet-projection.hh b/dune/gdt/local/operators/dirichlet-projection.hh similarity index 100% rename from dune/gdt/localoperator/dirichlet-projection.hh rename to dune/gdt/local/operators/dirichlet-projection.hh diff --git a/dune/gdt/localoperator/fv.hh b/dune/gdt/local/operators/fv.hh similarity index 100% rename from dune/gdt/localoperator/fv.hh rename to dune/gdt/local/operators/fv.hh diff --git a/dune/gdt/localoperator/integrals.hh b/dune/gdt/local/operators/integrals.hh similarity index 100% rename from dune/gdt/localoperator/integrals.hh rename to dune/gdt/local/operators/integrals.hh diff --git a/dune/gdt/localoperator/interfaces.hh b/dune/gdt/local/operators/interfaces.hh similarity index 100% rename from dune/gdt/localoperator/interfaces.hh rename to dune/gdt/local/operators/interfaces.hh diff --git a/dune/gdt/localoperator/l2-projection.hh b/dune/gdt/local/operators/l2-projection.hh similarity index 100% rename from dune/gdt/localoperator/l2-projection.hh rename to dune/gdt/local/operators/l2-projection.hh diff --git a/dune/gdt/localoperator/lagrange-projection.hh b/dune/gdt/local/operators/lagrange-projection.hh similarity index 100% rename from dune/gdt/localoperator/lagrange-projection.hh rename to dune/gdt/local/operators/lagrange-projection.hh -- GitLab