Skip to content

Commit bf7cfc8

Browse files
authored
Update ExpressNewton.cpp
1 parent b47149d commit bf7cfc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SRC/analysis/algorithm/equiSolnAlgo/ExpressNewton.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ ExpressNewton::sendSelf(int cTag, Channel &theChannel)
165165
static Vector data(4);
166166
data(0) = nIter;
167167
data(1) = kMultiplier1;
168-
data(1) = kMultiplier2;
169-
data(2) = factorOnce;
168+
data(2) = kMultiplier2;
169+
data(3) = factorOnce;
170170
return theChannel.sendVector(this->getDbTag(), cTag, data);
171171

172172

0 commit comments

Comments
 (0)