# | Line 163 | Line 163 | if ( !defined $recovery ) { | |
---|---|---|
163 | ($tensortree==3 && !($doforw && $doback)); | |
164 | # Get scene description | |
165 | if ( $mgfin ) { | |
166 | < | my $mgfcv = $docolor ? "mgf2rad -s" : "mgf2rad"; |
167 | < | system "$mgfcv @ARGV > $radscn"; |
166 | > | system "mgf2rad @ARGV > $radscn"; |
167 | die "Could not load MGF input\n" if ( $? ); | |
168 | } else { | |
169 | system "xform -e @ARGV > $radscn"; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |