Skip to content
Snippets Groups Projects
Commit 1eda3317 authored by Adam Welc's avatar Adam Welc
Browse files

Fixed a fortran argument passing problem.

parent 335f1a86
Branches
No related tags found
No related merge requests found
......@@ -452,7 +452,7 @@ public class LaFunctions {
System.arraycopy(bin.getInternalStore(), 0, bData, 0, n * p);
int[] ipiv = new int[1];
int[] ipiv = new int[n];
// work on a copy of A
double[] avals = new double[n * n];
if (a instanceof RAbstractDoubleVector) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment