| 93 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 94 | |
| 95 | bool FGOutputFile::Load(Element* el) |
| 96 | { |
| 97 | if (!FGOutputType::Load(el)) |
| 98 | return false; |
| 99 | |
| 100 | SetOutputName(el->GetAttributeValue("name")); |
| 101 | |
| 102 | return true; |
| 103 | } |
| 104 | |
| 105 | } |
nothing calls this directly
no test coverage detected