Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • Paul.Dechamps/dartflo
1 result
Show changes
Commits on Source (1)
......@@ -70,7 +70,7 @@ public:
std::vector<int> rows; ///< unknown nodal index
protected:
fwk::Timers tms; ///< internal timers
fwk::Timers tms; ///< internal timers
public:
Solver(std::shared_ptr<Problem> _pbl, std::shared_ptr<tbox::LinearSolver> _linsol, double rTol, double aTol, int mIt, int nthrds, int vrb);
......