Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre99999999 committed Oct 10, 2024
1 parent 3ab4cff commit ac53357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pwiz/data/vendor_readers/Bruker/SpectrumList_Bruker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ PWIZ_API_DECL SpectrumPtr SpectrumList_Bruker::spectrum(size_t index, DetailLeve
}
}

if (result->getMZArray() != nullptr)
/*if (result->getMZArray() != nullptr)
{
auto mz = result->getMZArray()->data;
Expand All @@ -509,7 +509,7 @@ PWIZ_API_DECL SpectrumPtr SpectrumList_Bruker::spectrum(size_t index, DetailLeve
if (mz.size() > index2)
result->set(MS_highest_observed_m_z, mz[index2], MS_m_z);
}
}
}*/
/*}
catch (_com_error& e) // not caught by either std::exception or '...'
{
Expand Down

0 comments on commit ac53357

Please sign in to comment.