Skip to content

Commit 81346a3

Browse files
authored
const "isSurface"
1 parent b35b607 commit 81346a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/include/output/filewriter/CCGNSFileWriter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
class CCGNSFileWriter final : public CFileWriter {
3737
private:
38-
bool isSurface; /*!< \brief True if surface file. */
38+
const bool isSurface; /*!< \brief True if surface file. */
3939

4040
#ifdef HAVE_CGNS
4141
int cgnsFileID; /*!< \brief CGNS file identifier. */

0 commit comments

Comments
 (0)