mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed some warnings and added GCONPROD reading for the eclipse parser
This commit is contained in:
parent
e075d3d92b
commit
bc1fcb831b
@ -7,9 +7,6 @@ reinjection_fraction_target_(0.0), BHP_target_(0.0) {
|
||||
|
||||
}
|
||||
|
||||
InjectionSpecification::InjectionSpecification(const InjectionSpecification& orig) {
|
||||
}
|
||||
|
||||
InjectionSpecification::~InjectionSpecification() {
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,6 @@ public:
|
||||
};
|
||||
|
||||
InjectionSpecification();
|
||||
InjectionSpecification(const InjectionSpecification& orig);
|
||||
virtual ~InjectionSpecification();
|
||||
|
||||
Component component();
|
||||
|
Loading…
Reference in New Issue
Block a user