Skip to content
Snippets Groups Projects
Commit dbb4f064 authored by Christian Engwer's avatar Christian Engwer
Browse files

fix typo

[[Imported from SVN: r6559]]
parent c869e3d8
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
#include "static_assert.hh"
#if ! DUNE_COMMON_FIELDVECTOR_SIZE_IS_METHOD
#warning The FieldVector class exports is size by the enum member 'size'.\
#warning The FieldVector class exports its size by the enum member 'size'.\
This behavior is deprecated. In the future, 'size' will be a method,\
which puts it in compliance with the stl conventions. To enable the new behavior\
(and get rid of this warning), build your Dune with --enable-fieldvector-size-is-method.\
......
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