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/ConsensusXMLFile_test.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
DRange<1> makeRange(double a, double b)
28
{
29
DPosition<1> pa(a), pb(b);
30
return DRange<1>(pa, pb);
31
}
32
33
START_TEST(ConsensusXMLFile,
"$Id$"
)
34
Callers
1
ConsensusXMLFile_test.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected