diff options
Diffstat (limited to 'src/c/matrixOperations/interfaces')
-rw-r--r-- | src/c/matrixOperations/interfaces/int_matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/matrixOperations/interfaces/int_matrix.h b/src/c/matrixOperations/interfaces/int_matrix.h index f69ba11..5935f4a 100644 --- a/src/c/matrixOperations/interfaces/int_matrix.h +++ b/src/c/matrixOperations/interfaces/int_matrix.h @@ -46,4 +46,4 @@ extern "C" { } /* extern "C" */ #endif -#endif /*__INT_CUMSUM_H__*/ +#endif /*__INT_MATRIX_H__*/ |