Skip to content
Snippets Groups Projects
Commit a2365f97 authored by Vishal Jambhekar's avatar Vishal Jambhekar
Browse files

Doxygen corrections

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7751 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 127ab0ed
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,9 @@ class FVSpatialParameters: public FVSpatialParametersOneP<TypeTag> ...@@ -60,7 +60,9 @@ class FVSpatialParameters: public FVSpatialParametersOneP<TypeTag>
typedef typename GridView::template Codim<0>::Entity Element; typedef typename GridView::template Codim<0>::Entity Element;
typedef Dune::FieldVector<Scalar, dimWorld> GlobalPosition; typedef Dune::FieldVector<Scalar, dimWorld> GlobalPosition;
/// @cond 0
typedef typename GET_PROP_TYPE(TypeTag, MaterialLaw)::Params MaterialLawParams; typedef typename GET_PROP_TYPE(TypeTag, MaterialLaw)::Params MaterialLawParams;
/// @endcond
public: public:
FVSpatialParameters(const GridView &gv) FVSpatialParameters(const GridView &gv)
......
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