Skip to content

Commit 51e84b5

Browse files
Update Common/include/CConfig.hpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent a9bc5dc commit 51e84b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/include/CConfig.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7162,7 +7162,7 @@ class CConfig {
71627162
* \param[in] iSpecies - Species index.
71637163
* \return The wall species type (WALL_SPECIES_FLUX or WALL_SPECIES_VALUE).
71647164
*/
7165-
unsigned short GetWall_SpeciesType(const string& val_marker, unsigned short iSpecies) const;
7165+
WALL_SPECIES_TYPE GetWall_SpeciesType(const string& val_marker, unsigned short iSpecies) const;
71667166

71677167
/*!
71687168
* \brief Get the turbulent properties values at an inlet boundary

0 commit comments

Comments
 (0)