~ckerr-s/mmdb/cmake

« back to all changes in this revision

Viewing changes to src/mmdb_utils.h

  • Committer: Morten Kjeldgaard
  • Date: 2015-04-19 21:08:03 UTC
  • Revision ID: mok0@ubuntu.com-20150419210803-o5xw9g0d60722oj8
Tags: mmdb-1.25.6.1
Incorporate upstream updates version 1.25.5. Add fink .info file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
//
22
22
//  =================================================================
23
23
//
24
 
//    29.01.10   <--  Date of Last Modification.
 
24
//    14.06.13   <--  Date of Last Modification.
25
25
//                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
26
//  -----------------------------------------------------------------
27
27
//
59
59
//                   ParseResID     ( parses residue ID line          )
60
60
//                   ParseAtomPath  ( parses full atom path           )
61
61
//
62
 
//   (C) E. Krissinel  2000-2010
 
62
//   (C) E. Krissinel  2000-2013
63
63
//
64
64
//  =================================================================
65
65
//
169
169
 
170
170
extern int CIFGetInteger  ( int & I, PCMMCIFLoop Loop, cpstr Tag,
171
171
                            int & Signal );
 
172
extern int CIFGetIntegerD ( int & I, PCMMCIFLoop Loop, cpstr Tag,
 
173
                            int defValue=MinInt4 );
172
174
extern int CIFGetInteger1 ( int & I, PCMMCIFLoop Loop, cpstr Tag,
173
175
                            int nrow );
174
176