Skip to content

Commit 28dd510

Browse files
committed
core: fix call
1 parent b5d1f29 commit 28dd510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pycppad/codegen/code-handler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ namespace pycppad
9292
"Parameters:\n"
9393
"\tvariables: the vector of variables that will become independent variables")
9494
.def("makeVariables",
95-
&CodeHandler::template makeVariables<RowVectorADCG>,
95+
&makeVariables<VectorADCG>,
9696
bp::args("self", "variables"),
9797
"Marks the provided variables as being independent variables.\n"
9898
"Parameters:\n"

0 commit comments

Comments
 (0)