| 52 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ |
| 53 | |
| 54 | FGOutputFile::FGOutputFile(FGFDMExec* fdmex) : |
| 55 | FGOutputType(fdmex), |
| 56 | runID_postfix(-1) |
| 57 | { |
| 58 | } |
| 59 | |
| 60 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 61 |
nothing calls this directly
no outgoing calls
no test coverage detected