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 61 by mmeineke, Thu Aug 1 21:12:33 2002 UTC vs.
Revision 864 by gezelter, Tue Nov 18 17:04:25 2003 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 +  double ux;
12 +  double uy;
13 +  double uz;
14    char name[30];
15   };
16  
17   extern void pov_write(FILE *out_file, struct coords *the_coords, int n_atoms,
18 <                      int d_hydrogens, int d_bonds, int d_atoms);
18 >                      int d_hydrogens, int d_bonds, int d_atoms,
19 >                      int d_vectors);
20  
21   extern void make_header_macros(FILE *out_file);
22  
23 + extern int regenerateBonds;
24 +
25 + extern void initBondList( void );
26 +
27   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines