| 55 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ |
| 56 | |
| 57 | FGColumnVector3::FGColumnVector3(void) |
| 58 | { |
| 59 | data[0] = data[1] = data[2] = 0.0; |
| 60 | // Debug(0); |
| 61 | } |
| 62 | |
| 63 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 64 |
nothing calls this directly
no outgoing calls
no test coverage detected