ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/fvect.c
(Generate patch)

Comparing ray/src/cv/mgflib/fvect.c (file contents):
Revision 1.3 by greg, Tue Mar 18 11:05:33 1997 UTC vs.
Revision 1.4 by greg, Fri Feb 28 20:11:29 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1994 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   * Routines for 3-d vectors
6   */
7  
8   #include <stdio.h>
9 + #include <stdlib.h>
10   #include <math.h>
11   #include "parser.h"
12  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines