Skip to content

Commit 70a7680

Browse files
committed
Minor changes
1 parent 625c483 commit 70a7680

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Common/include/CConfig.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6200,12 +6200,6 @@ class CConfig {
62006200
*/
62016201
bool GetCUDA(void) const { return Enable_Cuda; }
62026202

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-
62096203
/*!
62106204
* \brief Subtract one to the index of the finest grid (full multigrid strategy).
62116205
* \return Change the index of the finest grid.

0 commit comments

Comments
 (0)