Skip to content

Commit 96d4fb6

Browse files
Update Common/include/CConfig.hpp
Co-authored-by: Kürşat Yurt <57598663+kursatyurt@users.noreply.github.com>
1 parent a451770 commit 96d4fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/include/CConfig.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4402,7 +4402,7 @@ class CConfig {
44024402
* \brief Get the type of mesh deformation method.
44034403
* \return type of mesh deformation.
44044404
*/
4405-
DEFORM_KIND GetDeform_Kind(void) const { return Deform_Kind; }
4405+
DEFORM_KIND GetDeform_Kind() const { return Deform_Kind; }
44064406

44074407
/*!
44084408
* \brief Determines use of data reduction methods for RBF mesh deformation.

0 commit comments

Comments
 (0)