MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / PrintNames

Function PrintNames

utils/simplot/prep_plot.cpp:756–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754// ############################################################################
755
756void PrintNames(const vector <string>& names)
757{
758 for (int i=0; i<names.size(); i++) {
759 cout << " " << i+1 << ": " << names[i] << endl;
760 }
761}

Callers 1

mainFunction · 0.85

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected