mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Disabling copying of BlackoilPvtProperties class.
This commit is contained in:
parent
6a0ad83c1f
commit
2b05b7b059
@ -95,6 +95,10 @@ namespace Opm
|
||||
double* output_dRdp) const;
|
||||
|
||||
private:
|
||||
// Disabling copying (just to avoid surprises, since we use shared_ptr).
|
||||
BlackoilPvtProperties(const BlackoilPvtProperties&);
|
||||
BlackoilPvtProperties& operator=(const BlackoilPvtProperties&);
|
||||
|
||||
int num_phases_;
|
||||
int phase_used_[MaxNumPhases];
|
||||
int phase_pos_[MaxNumPhases];
|
||||
|
Loading…
Reference in New Issue
Block a user