Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
2de0b751
Commit
2de0b751
authored
Sep 24, 2020
by
Timo Koch
Browse files
[doc][common][spline] Fix typos
parent
84f54113
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/monotonecubicspline.hh
View file @
2de0b751
...
...
@@ -43,7 +43,7 @@ namespace Dumux {
/*!
* \ingroup Common
* \brief A monotone cubic spline
* \note Contruction after Fritsch & Butland (1984) (see https://doi.org/10.1137/0905021)
* \note Con
s
truction after Fritsch & Butland (1984) (see https://doi.org/10.1137/0905021)
* \note The resulting interpolation is globally monotone but only C^1
*/
template
<
class
Scalar
=
double
>
...
...
@@ -57,7 +57,7 @@ public:
MonotoneCubicSpline
()
=
default
;
/*!
* \brief Contruct a monotone cubic spline from the control points (x[i], y[i])
* \brief Con
s
truct a monotone cubic spline from the control points (x[i], y[i])
* \note if the data set is monotone, monotonicity is preserved
* \param x a vector of x-coordinates
* \param y a vector of y-coordinates
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment