Fixed some warnings and added GCONPROD reading for the eclipse parser

This commit is contained in:
Kjetil Olsen Lye 2012-03-28 12:38:48 +02:00
parent e075d3d92b
commit bc1fcb831b
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();