mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #304 from blattms/parallel-info-by-value
Store the boost::any of ParallelIstlInformation by value. (Alternative to #303)
This commit is contained in:
commit
eea8bb23a9
@ -109,7 +109,7 @@ namespace Opm
|
||||
unsigned int cpr_ilu_n_;
|
||||
bool cpr_use_amg_;
|
||||
bool cpr_use_bicgstab_;
|
||||
const boost::any& parallelInformation_;
|
||||
boost::any parallelInformation_;
|
||||
};
|
||||
|
||||
} // namespace Opm
|
||||
|
@ -61,7 +61,7 @@ namespace Opm
|
||||
private:
|
||||
std::unique_ptr<LinearSolverInterface> linsolver_;
|
||||
mutable int iterations_;
|
||||
const boost::any& parallelInformation_;
|
||||
boost::any parallelInformation_;
|
||||
};
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user