Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bziyue/SplineTrajectory
/ printSubHeader
Function
printSubHeader
test_Grad.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void printSubHeader(const string &title)
72
{
73
cout <<
"\n--- "
<< title <<
" ---"
<< endl;
74
}
75
76
void printCheck(const string &name, double diff, double tol = 1e-4)
77
{
Callers
3
testCubic
Function · 0.85
testQuintic
Function · 0.85
testSeptic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected