MCPcopy Create free account
hub / github.com/Bziyue/SplineTrajectory / printHeader

Function printHeader

test_Grad.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void printHeader(const string &title)
65{
66 cout << "\n" << string(80, '=') << endl;
67 cout << " " << title << endl;
68 cout << string(80, '=') << endl;
69}
70
71void printSubHeader(const string &title)
72{

Callers 4

testCubicFunction · 0.85
testQuinticFunction · 0.85
testSepticFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected