| 454 | } |
| 455 | |
| 456 | void LASwaveform13reader::close() |
| 457 | { |
| 458 | if (stream) |
| 459 | { |
| 460 | delete stream; |
| 461 | stream = 0; |
| 462 | } |
| 463 | if (file) |
| 464 | { |
| 465 | fclose(file); |
| 466 | file = 0; |
| 467 | } |
| 468 | } |
nothing calls this directly
no outgoing calls
no test coverage detected