Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
756
void 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
main
Function · 0.85
Calls
1
size
Method · 0.80
Tested by
no test coverage detected