This commit is contained in:
Atgeirr Flø Rasmussen 2012-03-28 14:41:56 +02:00
commit c577e8d952
2 changed files with 0 additions and 4 deletions

View File

@ -7,9 +7,6 @@ reinjection_fraction_target_(0.0), BHP_target_(0.0) {
}
InjectionSpecification::InjectionSpecification(const InjectionSpecification& orig) {
}
InjectionSpecification::~InjectionSpecification() {
}

View File

@ -14,7 +14,6 @@ public:
};
InjectionSpecification();
InjectionSpecification(const InjectionSpecification& orig);
virtual ~InjectionSpecification();
Component component();