We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894770e commit 682664aCopy full SHA for 682664a
1 file changed
Common/include/basic_types/ad_structure.hpp
@@ -62,9 +62,8 @@ inline bool TapeActive() { return false; }
62
inline void PrintStatistics() {}
63
64
/*!
65
- * \brief Registers the variable as an input and saves internal data (indices). I.e. as a leaf of the computational
66
- * graph. \param[in] data - The variable to be registered as input. \param[in] push_index - boolean whether we also want
67
- * to push the index.
+ * \brief Registers the variable as an input. I.e. as a leaf of the computational graph.
+ * \param[in] data - The variable to be registered as input.
68
*/
69
inline void RegisterInput(su2double& data) {}
70
0 commit comments