~ubuntu-branches/ubuntu/precise/gpp4/precise

« back to all changes in this revision

Viewing changes to src/ccp4_spg.h

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2011-01-11 13:47:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110111134736-2blfcoz9uoknpic7
Tags: 1.3.0-0ubuntu1
* New upstream release 1.3.0
* debian/control: Add ${misc:Depends}, bump standards-version
* Patched to address various compiler warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 *  quantities. Some items are loaded from syminfo.lib while
29
29
 *  others are calculated on the fly.
30
30
 *
 
31
 *  There is also a struct for symop rotation matrices and translation
 
32
 *  vectors. This can be converted to other representations using
 
33
 *  functions in ccp4_parser. 
 
34
 *
31
35
 *  @author Martyn Winn 
32
36
 */
33
37
 
62
66
  char symbol_old[20];    /*!<  old spacegroup name */
63
67
 
64
68
  char point_group[20];   /*!<  point group name */
65
 
  char crystal[20];       /*!<  crystal system */
 
69
  char crystal[20];       /*!<  crystal system e.g. MONOCLINIC */
66
70
 
67
71
  int nlaue;              /*!<  CCP4 Laue class number, inferred from asu_descr */
68
72
  char laue_name[20];     /*!<  Laue class name */