Skip to content

Commit

Permalink
automatic documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
casaditestbot committed Oct 17, 2019
1 parent 6f122ca commit b4435a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion swig/doc.i
Original file line number Diff line number Diff line change
Expand Up @@ -54219,7 +54219,7 @@ C++ includes: mx.hpp ";
&x, const std::vector< std::vector< double > > &knots, const std::vector<
casadi_int > &degree, const Dict &opts=Dict()) "

[INTERNAL] Find first nonzero If failed, returns the number of rows.
Find first nonzero If failed, returns the number of rows.

";

Expand Down
2 changes: 1 addition & 1 deletion swig/doc_merged.i
Original file line number Diff line number Diff line change
Expand Up @@ -42829,7 +42829,7 @@ C++ includes: mx.hpp ";

%feature("docstring") casadi::MX::bspline_dual "

[INTERNAL] Find first nonzero If failed, returns the number of rows.
Find first nonzero If failed, returns the number of rows.

";

Expand Down
3 changes: 0 additions & 3 deletions swig/internal.i
Original file line number Diff line number Diff line change
Expand Up @@ -1660,9 +1660,6 @@
%exception casadi::MX::bspline(const MX &x, const MX &coeffs, const std::vector< std::vector< double > > &knots, const std::vector< casadi_int > &degree, casadi_int m, const Dict &opts=Dict()) {
CATCH_OR_NOT(INTERNAL_MSG() $action)
}
%exception casadi::MX::bspline_dual(const std::vector< double > &x, const std::vector< std::vector< double > > &knots, const std::vector< casadi_int > &degree, const Dict &opts=Dict()) {
CATCH_OR_NOT(INTERNAL_MSG() $action)
}
%exception casadi::MX::evalf(const MX &expr) {
CATCH_OR_NOT(INTERNAL_MSG() $action)
}
Expand Down

0 comments on commit b4435a5

Please sign in to comment.