Skip to content

Commit d3184c3

Browse files
committed
Update non-AD version of AD::RegisterInput.
1 parent deb7027 commit d3184c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/include/basic_types/ad_structure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ inline void PrintStatistics() {}
6666
* graph. \param[in] data - The variable to be registered as input. \param[in] push_index - boolean whether we also want
6767
* to push the index.
6868
*/
69-
inline void RegisterInput(su2double& data, bool push_index = true) {}
69+
inline void RegisterInput(su2double& data) {}
7070

7171
/*!
7272
* \brief Registers the variable as an output. I.e. as the root of the computational graph.

0 commit comments

Comments
 (0)