MCPcopy 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
71void printSubHeader(const string &title)
72{
73 cout << "\n--- " << title << " ---" << endl;
74}
75
76void printCheck(const string &name, double diff, double tol = 1e-4)
77{

Callers 3

testCubicFunction · 0.85
testQuinticFunction · 0.85
testSepticFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected