Skip to content
Snippets Groups Projects
Commit a26a93c0 authored by Oliver Sander's avatar Oliver Sander
Browse files

minor doc improvements

[[Imported from SVN: r6682]]
parent 3e3d0443
No related branches found
No related tags found
No related merge requests found
......@@ -126,10 +126,10 @@ namespace Dune {
{}
/**
* \brief Constructor making vector with identical coordinates
* \brief Copy constructor from a second vector of possibly different type
*
* If the DenseVector type of the this constructors argument
* is impemented by a FieldVector, it is statically checked
* If the DenseVector type of the this constructor's argument
* is implemented by a FieldVector, it is statically checked
* if it has the correct size. If this is not the case
* the constructor is removed from the overload set using SFINAE.
*
......
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