MatrixSolver NewtonRaphson
This commit is contained in:
@@ -30,7 +30,7 @@ const std::string& Variable::getName() const
|
||||
return name;
|
||||
}
|
||||
|
||||
double MbD::Variable::getValue()
|
||||
double Variable::getValue()
|
||||
{
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user