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

Comparing ray/src/px/falsecolor.pl (file contents):
Revision 2.1 by greg, Tue Oct 5 00:59:39 2010 UTC vs.
Revision 2.2 by greg, Tue Jan 4 17:00:02 2011 UTC

# Line 249 | Line 249 | if ($legwidth > 20 && $legheight > 40) {
249      $legwidth = 0;
250      $legheight = 0;
251      open(FHscolpic, ">$scolpic");
252 <    print FHscolpic '\n-Y 1 +X 1\naaa\n';
252 >    print FHscolpic "\n-Y 1 +X 1\naaa\n";
253      close(FHscolpic);
254      open(FHslabpic, ">$slabpic");
255 <    print FHslabpic '\n-Y 1 +X 1\naaa\n';
255 >    print FHslabpic "\n-Y 1 +X 1\naaa\n";
256      close(FHslabpic);
257   }
258  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines