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

Function makeRange

src/tests/class_tests/openms/source/MzMLFile_test.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23///////////////////////////
24
25DRange<1> makeRange(double a, double b)
26{
27 DPosition<1> pa(a), pb(b);
28 return DRange<1>(pa, pb);
29}
30
31///////////////////////////
32

Callers 2

MzMLFile_test.cppFile · 0.70
START_SECTIONFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected