Skip to content
Snippets Groups Projects
Commit f817f90c authored by Kirsten Weber's avatar Kirsten Weber Committed by Dr. Felix Tobias Schindler
Browse files

fixed typos

parent 3140bb00
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ namespace Discretizations { ...@@ -17,7 +17,7 @@ namespace Discretizations {
* *
* \note see specialization for rangeDimCols = 1 for vector and scalar valued and basis functions. * \note see specialization for rangeDimCols = 1 for vector and scalar valued and basis functions.
*/ */
template <class Traits, class DomainFieldImp, int domainDin, class RangeFieldImp, int rangeDimRows, int rangeDim = 1> template <class Traits, class DomainFieldImp, int domainDim, class RangeFieldImp, int rangeDimRows, int rangeDim = 1>
class BaseFunctionSetInterface; class BaseFunctionSetInterface;
......
...@@ -172,7 +172,7 @@ namespace Discretizations { ...@@ -172,7 +172,7 @@ namespace Discretizations {
// const DiscreteFunctionSpaceType& space_; // const DiscreteFunctionSpaceType& space_;
// std::shared_ptr< VectorType > vector_; // std::shared_ptr< VectorType > vector_;
// const std::string name_; // const std::string name_;
//}; // class Defaul //}; // class Default
template <class SpaceImp, class VectorImp> template <class SpaceImp, class VectorImp>
......
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