Skip to content

Commit b64f522

Browse files
committed
serialization/eigen: fix storage oder
1 parent 1704058 commit b64f522

File tree

1 file changed

+1
-1
lines changed
  • include/proxsuite/proxqp/serialization

1 file changed

+1
-1
lines changed

include/proxsuite/proxqp/serialization/eigen.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ load(Archive& ar,
6262
ar(m.data()[i]);
6363

6464
// Account for different storage orders
65-
if (!_OptionsLoaded == _Options) {
65+
if (!(_OptionsLoaded == _Options)) {
6666
m.transposeInPlace();
6767
}
6868
}

0 commit comments

Comments
 (0)