Skip to content
Snippets Groups Projects
Commit 30d68610 authored by Olivier Langella's avatar Olivier Langella
Browse files

wip: using compar base

parent e60c0fd5
No related branches found
No related tags found
No related merge requests found
......@@ -48,5 +48,5 @@ ComparSpectraSheet::ComparSpectraSheet (OdsExport * p_ods_export, CalcWriterInte
void ComparSpecificSpectraSheet::writeComparValue(const ProteinMatch * p_protein_match, ValidationState state, const MsRun * p_msrun) {
_p_writer->writeCell(p_protein_match->countSampleScan(ValidationState::validAndChecked, msrun_sp.get()));
_p_writer->writeCell(p_protein_match->countSampleScan(state, p_msrun));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment