| 495 | } |
| 496 | |
| 497 | void ExperimentalDesign::setMSFileSection(const MSFileSection& msfile_section) |
| 498 | { |
| 499 | msfile_section_ = msfile_section; |
| 500 | sort_(); |
| 501 | } |
| 502 | |
| 503 | void ExperimentalDesign::setSampleSection(const SampleSection& sample_section) |
| 504 | { |
no outgoing calls
no test coverage detected