making matrix C and B same with the reference paper.

Really no good point to make C and B different from the paper
formulation except introducing more confusion.
This commit is contained in:
Kai Bao
2017-07-21 11:09:28 +02:00
parent 51226af445
commit e7a2e52763
2 changed files with 19 additions and 19 deletions

View File

@@ -343,7 +343,7 @@ enum WellVariablePositions {
long int global_nc_;
mutable BVector Cx_;
mutable BVector Bx_;
mutable BVector invDrw_;
mutable BVector scaleAddRes_;