Skip to content
Snippets Groups Projects
Commit a752689f authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[playground.spaces.dg.fem-localfunctions] fix typo

parent 12543921
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ namespace DiscontinuousLagrange { ...@@ -233,7 +233,7 @@ namespace DiscontinuousLagrange {
template <class GridPartImp, int polynomialOrder, class RangeFieldImp, int rangeDim, int rangeDimCols = 1> template <class GridPartImp, int polynomialOrder, class RangeFieldImp, int rangeDim, int rangeDimCols = 1>
class DUNE_DEPRECATED_MSG("Use RT::FemLocalfunctionsBased instead (21.11.2014)!") FemLocalfunctionsBased class DUNE_DEPRECATED_MSG("Use DG::FemLocalfunctionsBased instead (21.11.2014)!") FemLocalfunctionsBased
: public DG::FemLocalfunctionsBased<GridPartImp, polynomialOrder, RangeFieldImp, rangeDim, rangeDimCols> : public DG::FemLocalfunctionsBased<GridPartImp, polynomialOrder, RangeFieldImp, rangeDim, rangeDimCols>
{ {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment