Skip to content
Prev Previous commit
Next Next commit
core: fix call
  • Loading branch information
jcarpent committed May 19, 2022
commit 28dd510e4ee8593b7aba0c970fd2c7ae7ad5aff5
2 changes: 1 addition & 1 deletion include/pycppad/codegen/code-handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ namespace pycppad
"Parameters:\n"
"\tvariables: the vector of variables that will become independent variables")
.def("makeVariables",
&CodeHandler::template makeVariables<RowVectorADCG>,
&makeVariables<VectorADCG>,
bp::args("self", "variables"),
"Marks the provided variables as being independent variables.\n"
"Parameters:\n"
Expand Down