Skip to content

Commit

Permalink
fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian.froehlich committed Nov 5, 2015
1 parent cc2b370 commit 99f62cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cvodewrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ int AMIKLUSetOrdering(void *mem, int ordering) {
};

int AMIKLUSetOrderingB(void *mem, int which, int ordering) {
return CVodeKLUSetOrderingB(mem, which, ordering);
return CVKLUSetOrderingB(mem, which, ordering);
};

int AMIKLUB(void *mem, int which, int nx, int nnz) {
Expand Down

0 comments on commit 99f62cf

Please sign in to comment.