Skip to content

Commit eb50e56

Browse files
committed
update
1 parent d8fcaa3 commit eb50e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Optimization/hiopHessianLowRank.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ hiopHessianLowRank::hiopHessianLowRank(hiopNlpDenseConstraints* nlp, int max_mem
108108
#ifdef HIOP_USE_MPI
109109
buff_kxk_ = new double[nlp->m() * nlp->m()];
110110
buff_2lxk_ = new double[nlp->m() * 2 * l_max_];
111-
buff1_lxlx3_ = new double[3*l_max_ * l_max_];
112-
buff2_lxlx3_ = new double[3*l_max_ * l_max_];
111+
buff1_lxlx3_ = new double[3 * l_max_ * l_max_];
112+
buff2_lxlx3_ = new double[3 * l_max_ * l_max_];
113113
#else
114114
//not needed in non-MPI mode
115115
buff_kxk_ = nullptr;

0 commit comments

Comments
 (0)