~ubuntu-branches/ubuntu/vivid/travis/vivid-proposed

« back to all changes in this revision

Viewing changes to src/moltools.h

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert, Daniel Leidert, Michael Banck
  • Date: 2014-09-22 10:00:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20140922100017-voentkpft033vxa6
Tags: 140902-1
* New upstream release.

[ Daniel Leidert ]
* debian/copyright: Updated.
* debian/upstream: Renamed to debian/upstream/metadata.

[ Michael Banck ]
* debian/travis.1: Add LAMMPS and DLPOLY to trajectory filetypes and
  document -stream option.
* debian/control (Description): List supported fileteypes and
  available analysis features.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#include "df.h"
44
44
#include "2df.h"
45
45
#include "3df.h"
46
 
//#include "s3df.h"
 
46
//#include "s3df.h"
47
47
#include "acf.h"
48
48
#include "aggregate.h"
49
49
#include "grace.h"
52
52
#include "revsdf.h"
53
53
#include "nbexchange.h"
54
54
 
55
 
class CDACF;
 
55
class CDACF;
56
56
class CPlProj;
57
57
class CTimeStep;
58
58
extern int g_iCDFChannels;
125
125
        bool m_bChargesAssigned;
126
126
        CxObArray m_oaCharges;
127
127
        char **m_sFFLabels;
 
128
        
 
129
        int m_iDipoleMode;
 
130
        FILE *m_pDipoleFile;
 
131
        int m_iDipoleCommentIndex[3];
 
132
        bool m_bPolymer;
128
133
};
129
134
 
130
135
 
169
174
        CxByteArray m_baAtomIndex; 
170
175
        int m_iMolType;
171
176
        CxVector3 m_vDipole;
 
177
        CxVector3 m_vMagneticDipole;
172
178
        bool m_bPseudo;
173
179
//      CxObArray m_oaAggregates;
174
180
};
683
689
        CConditionGroup *m_pConditionsOM2;
684
690
 
685
691
        CReorDyn *m_pRDyn;
686
 
        CReorDyn *m_pIRSpec;
687
 
 
 
692
        CReorDyn *m_pIRSpec;
 
693
 
688
694
        CPlProj  *m_pPlProj;
689
695
 
690
696
        CDensDF  *m_pDensityDF;