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

typo

[[Imported from SVN: r1715]]
parent 28464781
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ namespace Dune
/** @brief True if the conversion exists. */
exists = sizeof(test(makeFrom())) == sizeof(Small),
/** @brief Wether the conversion exists in both ways. */
existsTowWay = exists && Conversion<To,From>::exists,
isTowWay = exists && Conversion<To,From>::exists,
/** @brief True if To and From are the same type. */
sameType = false
};
......
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