We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50405d commit f331b2aCopy full SHA for f331b2a
1 file changed
SU2_CFD/include/variables/CVariable.hpp
@@ -436,6 +436,7 @@ class CVariable {
436
* \return Reference to extra adjoint solution.
437
*/
438
inline VectorType& GetSolutionExtra() { return SolutionExtra; }
439
+ inline const VectorType& GetSolutionExtra() const { return SolutionExtra; }
440
441
/*!
442
* \brief Update the variables using a conservative format.
0 commit comments