mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +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…
x
Reference in New Issue
Block a user