| # | Line 205 | Line 205 | if ( !defined $recovery ) { | |
|---|---|---|
| 205 | } | |
| 206 | close MYAVH; | |
| 207 | # Generate octree | |
| 208 | < | system "oconv -w -f $radscn > $octree"; |
| 208 | > | system "oconv -w $radscn > $octree"; |
| 209 | die "Could not compile scene\n" if ( $? ); | |
| 210 | # Add MGF description if requested | |
| 211 | if ( $geout ) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |