| 947 | // Return an aspect's name, checking whether parallel aspects are on. |
| 948 | |
| 949 | CONST char *SzAspect(int asp) |
| 950 | { |
| 951 | if (us.fParallel && asp <= aOpp) |
| 952 | asp += cAspect; |
| 953 | return szAspectDisp[asp]; |
| 954 | } |
| 955 | |
| 956 | |
| 957 | // Return the three letter abbreviation for an aspect. |
no outgoing calls
no test coverage detected