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

Comparing:
branches/mmeineke/xyz2pov/src/pov_writer.h (file contents), Revision 60 by mmeineke, Thu Aug 1 21:12:33 2002 UTC vs.
trunk/xyz2pov/src/pov_writer.h (file contents), Revision 2750 by tim, Fri May 12 19:24:30 2006 UTC

# Line 5 | Line 5 | struct coords{
5    double x;
6    double y;
7    double z;
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  
21   extern void pov_write(FILE *out_file, struct coords *the_coords, int n_atoms,
22 <                      int d_hydrogens, int d_bonds, int d_atoms);
22 >                      int d_hydrogens, int d_bonds, int d_atoms,
23 >                      int d_vectors);
24  
25   extern void make_header_macros(FILE *out_file);
26  
27 + extern int regenerateBonds;
28 +
29 + extern void initBondList( void );
30 +
31   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines