summaryrefslogtreecommitdiff
path: root/src/c/matrixOperations/expm/zexpma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/matrixOperations/expm/zexpma.c')
-rw-r--r--src/c/matrixOperations/expm/zexpma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/matrixOperations/expm/zexpma.c b/src/c/matrixOperations/expm/zexpma.c
index 3de35e02..680f68ab 100644
--- a/src/c/matrixOperations/expm/zexpma.c
+++ b/src/c/matrixOperations/expm/zexpma.c
@@ -71,7 +71,7 @@ void zexpma(doubleComplex * in, doubleComplex * out, int _iLeadDim)
pdblMatrixX[iIndex1] = pdblMatrixA[iIndex1] ;
- zeyea(pdblMatrixEye, _iLeadDim, _iLeadDim);
+ zeyea(pdblMatrixEye, _iLeadDim, _iLeadDim);
/* zmulma ( & zdblCst , 1 ,1,
pdblMatrixA , _iLeadDim, _iLeadDim,