runOndselPiston, runPiston execute correctly
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
void MbD::MatrixDecomposition::applyRowOrderOnRightHandSideB()
|
||||
void MatrixDecomposition::applyRowOrderOnRightHandSideB()
|
||||
{
|
||||
FColDsptr answer = std::make_shared<FullColumn<double>>(m);
|
||||
for (int i = 0; i < m; i++)
|
||||
|
||||
Reference in New Issue
Block a user