MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setFixedModification

Method setFixedModification

src/openms/source/CHEMISTRY/ModificationDefinition.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void ModificationDefinition::setFixedModification(bool fixed_mod)
73 {
74 fixed_modification_ = fixed_mod;
75 }
76
77 bool ModificationDefinition::isFixedModification() const
78 {

Calls

no outgoing calls

Tested by

no test coverage detected