mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-18 14:34:17 +08:00
Fix a typo in blas/common.h
This commit is contained in:
parent
d4144583bb
commit
c4051d3d02
@ -48,7 +48,7 @@
|
||||
: ((X)=='L' || (X)=='l') ? LO \
|
||||
: INVALID)
|
||||
|
||||
#define DIAG(X) ( ((X)=='N' || (X)=='N') ? NUNIT \
|
||||
#define DIAG(X) ( ((X)=='N' || (X)=='n') ? NUNIT \
|
||||
: ((X)=='U' || (X)=='u') ? UNIT \
|
||||
: INVALID)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user