Skip to content
Snippets Groups Projects
Commit 19898cc1 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Dune namespace

parent 24d8f82c
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#include <dune/grid/io/file/vtk/function.hh> #include <dune/grid/io/file/vtk/function.hh>
namespace Dune {
/** \brief A VTK basis grid function. /** \brief A VTK basis grid function.
* *
* This function "evaluates" by evaluating the global basis and * This function "evaluates" by evaluating the global basis and
...@@ -74,5 +75,5 @@ class VTKBasisGridFunction ...@@ -74,5 +75,5 @@ class VTKBasisGridFunction
const CoefficientType& coeffs_; const CoefficientType& coeffs_;
std::string s_; std::string s_;
}; };
}
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment