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

Comparing ray/src/util/genBSDF.pl (file contents):
Revision 2.90 by greg, Fri Sep 22 18:01:32 2023 UTC vs.
Revision 2.91 by greg, Fri Jan 5 18:04:28 2024 UTC

# Line 195 | Line 195 | my $ns = 2**$ttlog2;
195   my $nx = int(sqrt($nsamp*($dim[1]-$dim[0])/($dim[3]-$dim[2])) + 1);
196   my $ny = int($nsamp/$nx + 1);
197   $nsamp = $nx * $ny;
198 < $rfluxmtx .= " -n $nproc -c $nsamp";
198 > $rfluxmtx .= " -n $nproc -c $nsamp -cs 3";
199   if ( !defined $recovery ) {
200          open(MYAVH, "> $td/savedARGV.txt");
201          foreach (@savedARGV) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines