Skip to content

Commit 026fbff

Browse files
committed
Derive -> Deduce
1 parent 8042ff1 commit 026fbff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/include/containers/container_decorators.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ inline void AllocVectorOfVectors(size_t M, const IndexVector& N, VectorOfVector&
227227
}
228228

229229
/*!
230-
* \overload Derive outer size from index vector.
230+
* \overload Deduce outer size from index vector.
231231
*/
232232
template<class IndexVector, class VectorOfVector, class Scalar = int>
233233
inline void AllocVectorOfVectors(const IndexVector& N, VectorOfVector& X, Scalar val = 0) {
@@ -255,7 +255,7 @@ inline void AllocVectorOfMatrices(size_t M, const IndexVector& N, size_t P, Vect
255255
}
256256

257257
/*!
258-
* \overload Derive outer size from index vector.
258+
* \overload Deduce outer size from index vector.
259259
*/
260260
template<class IndexVector, class VectorOfMatrix, class Scalar = int>
261261
inline void AllocVectorOfMatrices(const IndexVector& N, size_t P, VectorOfMatrix& X, Scalar val=0) {

0 commit comments

Comments
 (0)