We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb7027 commit d3184c3Copy full SHA for d3184c3
1 file changed
Common/include/basic_types/ad_structure.hpp
@@ -66,7 +66,7 @@ inline void PrintStatistics() {}
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.
68
*/
69
-inline void RegisterInput(su2double& data, bool push_index = true) {}
+inline void RegisterInput(su2double& data) {}
70
71
/*!
72
* \brief Registers the variable as an output. I.e. as the root of the computational graph.
0 commit comments