Skip to content

Commit 682664a

Browse files
committed
Update comment.
1 parent 894770e commit 682664a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Common/include/basic_types/ad_structure.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ inline bool TapeActive() { return false; }
6262
inline void PrintStatistics() {}
6363

6464
/*!
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.
65+
* \brief Registers the variable as an input. I.e. as a leaf of the computational graph.
66+
* \param[in] data - The variable to be registered as input.
6867
*/
6968
inline void RegisterInput(su2double& data) {}
7069

0 commit comments

Comments
 (0)