Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
using namespace std;
23
24
DRange<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
FeatureXMLFile_test.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected