diff options
author | Abhinav Dronamraju | 2017-07-17 21:57:08 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-17 21:57:08 +0530 |
commit | 83869364b668666f317b348aca35a940e010761d (patch) | |
tree | 063cdffb85a94716850b65450c5f893be456b498 /2.3-1/src/c/matrixOperations/interfaces/int_matrix.h | |
parent | 3af005920a6bce61c99d26fa205794634f5ad405 (diff) | |
download | Scilab2C-83869364b668666f317b348aca35a940e010761d.tar.gz Scilab2C-83869364b668666f317b348aca35a940e010761d.tar.bz2 Scilab2C-83869364b668666f317b348aca35a940e010761d.zip |
Median added
Diffstat (limited to '2.3-1/src/c/matrixOperations/interfaces/int_matrix.h')
-rw-r--r-- | 2.3-1/src/c/matrixOperations/interfaces/int_matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2.3-1/src/c/matrixOperations/interfaces/int_matrix.h b/2.3-1/src/c/matrixOperations/interfaces/int_matrix.h index f69ba116..5935f4a3 100644 --- a/2.3-1/src/c/matrixOperations/interfaces/int_matrix.h +++ b/2.3-1/src/c/matrixOperations/interfaces/int_matrix.h @@ -46,4 +46,4 @@ extern "C" { } /* extern "C" */ #endif -#endif /*__INT_CUMSUM_H__*/ +#endif /*__INT_MATRIX_H__*/ |