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

Function makeRange

src/tests/class_tests/openms/source/ConsensusXMLFile_test.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27DRange<1> makeRange(double a, double b)
28{
29 DPosition<1> pa(a), pb(b);
30 return DRange<1>(pa, pb);
31}
32
33START_TEST(ConsensusXMLFile, "$Id$")
34

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected