ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/rtpict.pl
(Generate patch)

Comparing ray/src/util/rtpict.pl (file contents):
Revision 2.2 by greg, Tue Mar 20 01:38:27 2018 UTC vs.
Revision 2.3 by greg, Tue Mar 20 22:48:10 2018 UTC

# Line 103 | Line 103 | chomp $rtraceA[-1];
103   push @rtraceA, ("-n", "$nprocs");
104   push @rtraceA, $ARGV[0];
105   my @view = (`@vwrightA 0`);
106 < exec "@vwraysA | @rtraceA | getinfo -a 'VIEW=@view'";
106 > exec qq{@vwraysA | @rtraceA | getinfo -a "VIEW=@view"};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines