summaryrefslogtreecommitdiff
path: root/src/c/matrixOperations/expm/cexpma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/matrixOperations/expm/cexpma.c')
-rw-r--r--src/c/matrixOperations/expm/cexpma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/matrixOperations/expm/cexpma.c b/src/c/matrixOperations/expm/cexpma.c
index 7da0fc70..e7c9f0b2 100644
--- a/src/c/matrixOperations/expm/cexpma.c
+++ b/src/c/matrixOperations/expm/cexpma.c
@@ -69,7 +69,7 @@ void cexpma(floatComplex * in, floatComplex * out, int _iLeadDim)
pfltMatrixX[iIndex1] = pfltMatrixA[iIndex1] ;
- ceyea(pfltMatrixEye, _iLeadDim, _iLeadDim);
+ ceyea(pfltMatrixEye, _iLeadDim, _iLeadDim);
/*cmulma ( & cfltCst , 1 ,1,
pfltMatrixA , _iLeadDim, _iLeadDim,