| 19 | namespace OpenMS |
| 20 | { |
| 21 | MSPGenericFile::MSPGenericFile() : |
| 22 | DefaultParamHandler("MSPGenericFile") |
| 23 | { |
| 24 | getDefaultParameters(defaults_); |
| 25 | defaultsToParam_(); // write defaults into Param object param_ |
| 26 | } |
| 27 | |
| 28 | MSPGenericFile::MSPGenericFile(const String& filename, MSExperiment& library) : |
| 29 | DefaultParamHandler("MSPGenericFile") |
nothing calls this directly
no test coverage detected