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

Function makeRange

src/tests/class_tests/openms/source/FeatureXMLFile_test.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected