We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625c483 commit 70a7680Copy full SHA for 70a7680
Common/include/CConfig.hpp
@@ -6200,12 +6200,6 @@ class CConfig {
6200
*/
6201
bool GetCUDA(void) const { return Enable_Cuda; }
6202
6203
- /*!
6204
- * \brief Get information about there is a smoothing of the grid coordinates.
6205
- * \return <code>TRUE</code> if there is smoothing of the grid coordinates; otherwise <code>FALSE</code>.
6206
- */
6207
- unsigned short GetSmoothNumGrid(void) const { return SmoothNumGrid; }
6208
-
6209
/*!
6210
* \brief Subtract one to the index of the finest grid (full multigrid strategy).
6211
* \return Change the index of the finest grid.
0 commit comments