Skip to content

Commit 7b5f223

Browse files
authored
chore: change package naming
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 50f2f41 commit 7b5f223

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/blas/base/zaxpy/include/stdlib/blas/base

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/blas/base/zaxpy/include/stdlib/blas/base/zaxpy.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
/**
2020
* Header file containing function declarations for the C interface to the BLAS Level 1 routine `zaxpy`.
2121
*/
22-
#ifndef CAXPY_H
23-
#define CAXPY_H
22+
#ifndef ZAXPY_H
23+
#define ZAXPY_H
2424

2525
#include "stdlib/blas/base/shared.h"
2626
#include "stdlib/complex/float64/ctor.h"
@@ -46,4 +46,4 @@ void API_SUFFIX(c_zaxpy_ndarray)( const CBLAS_INT N, const stdlib_complex128_t a
4646
}
4747
#endif
4848

49-
#endif // !CAXPY_H
49+
#endif // !ZAXPY_H

0 commit comments

Comments
 (0)