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 a9bc5dc commit 51e84b5Copy full SHA for 51e84b5
Common/include/CConfig.hpp
@@ -7162,7 +7162,7 @@ class CConfig {
7162
* \param[in] iSpecies - Species index.
7163
* \return The wall species type (WALL_SPECIES_FLUX or WALL_SPECIES_VALUE).
7164
*/
7165
- unsigned short GetWall_SpeciesType(const string& val_marker, unsigned short iSpecies) const;
+ WALL_SPECIES_TYPE GetWall_SpeciesType(const string& val_marker, unsigned short iSpecies) const;
7166
7167
/*!
7168
* \brief Get the turbulent properties values at an inlet boundary
0 commit comments