| 950 | return 1.0; |
| 951 | } |
| 952 | void HAHelp() { |
| 953 | std::cout << "Sorry, Need to update!"; |
| 954 | } |
| 955 | int returnHumAirCode(const char* Code) { |
| 956 | if (!strcmp(Code, "GIVEN_TDP")) |
| 957 | return GIVEN_TDP; |
nothing calls this directly
no outgoing calls
no test coverage detected