Misc. typos: Please merge right before 0.17 release
I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge so that if I find other typos in the meantime they will be part this release.
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
inline void
|
||||
setDepth (int depth) { this->depth = depth; }
|
||||
|
||||
/** \brief Set the the depth at which a block Gauss-Seidel solver is used to solve the Laplacian equation
|
||||
/** \brief Set the depth at which a block Gauss-Seidel solver is used to solve the Laplacian equation
|
||||
* \note Using this parameter helps reduce the memory overhead at the cost of a small increase in
|
||||
* reconstruction time. (In practice, we have found that for reconstructions of depth 9 or higher a subdivide
|
||||
* depth of 7 or 8 can greatly reduce the memory usage.)
|
||||
|
||||
Reference in New Issue
Block a user