ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/rcalc.1
(Generate patch)

Comparing ray/doc/man/man1/rcalc.1 (file contents):
Revision 1.9 by greg, Fri Feb 3 17:55:16 2012 UTC vs.
Revision 1.11 by greg, Thu Dec 19 16:38:12 2013 UTC

# Line 94 | Line 94 | or stream without affecting the rest of the data.
94   .PP
95   The variable and function definitions in each
96   .I \-f source
97 < file are read and compiled.
97 > file are read and compiled from the RADIANCE library where it is found.
98   The
99   .I \-e expr
100   option can be used to define variables on the command line.
# Line 305 | Line 305 | To print the square root of column two in column one,
305   and column one times column three in column two:
306   .IP "" .2i
307   rcalc \-e '$1=sqrt($2);$2=$1*$3' inputfile > outputfile
308 + .SH ENVIRONMENT
309 + RAYPATH         the directories to check for auxiliary files.
310   .SH AUTHOR
311   Greg Ward
312   .SH BUGS
# Line 314 | Line 316 | options, not in definitions.
316   .PP
317   Tabs count as single spaces inside fields.
318   .SH "SEE ALSO"
319 < cnt(1), ev(1), getinfo(1), icalc(1), rlam(1), tabfunc(1), total(1)
319 > cnt(1), ev(1), getinfo(1), icalc(1), rcollate(1), rlam(1), tabfunc(1), total(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines