ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/xyz2pov/src/pov_writer.h
(Generate patch)

Comparing trunk/xyz2pov/src/pov_writer.h (file contents):
Revision 864 by gezelter, Tue Nov 18 17:04:25 2003 UTC vs.
Revision 2750 by tim, Fri May 12 19:24:30 2006 UTC

# Line 8 | Line 8 | struct coords{
8    int hasCharge;
9    double charge;
10    int hasVector;
11 +  int hasSecondVector;
12    double ux;
13    double uy;
14    double uz;
15 +  double vx;
16 +  double vy;
17 +  double vz;
18    char name[30];
19   };
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines