~ubuntu-branches/ubuntu/trusty/travis/trusty

« back to all changes in this revision

Viewing changes to src/globalvar.h

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-12-13 23:35:55 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20131213233555-4o11bd1ybycqh0l7
Tags: 131115-1
* New upstream release.
* debian/control (Standards-Version): Bumped to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#include "thermo.h"
37
37
#include "fesa.h"
38
38
 
39
 
class CStructureFactor;
 
39
//class CStructureFactor;
40
40
 
41
41
extern CxObArray g_oaAtoms;  // Die Atomsorten der Simulation
42
42
extern CxObArray g_oaMolecules; // Die Molekuelsorten der Simulation
140
140
extern char g_sInputCtrl[256];
141
141
extern CDatabase *g_pDatabase;
142
142
 
143
 
extern CxIntArray g_laAtomSMIndex; // Enthaelt fuer jedes Atom, in welchem SingleMolecule es sich befindet +1, oder 0 wenn gar nicht
 
143
extern CxIntArray g_laAtomSMIndex; // Enthaelt fuer jedes Atom, in welchem SingleMolecule es sich befindet, oder -1 wenn gar nicht
144
144
extern CxIntArray g_laAtomSMLocalIndex;
145
145
extern CxWordArray g_waAtomElement;
146
146
extern CxWordArray g_waAtomMolNumber;
439
439
extern bool g_bPairMSD;
440
440
 
441
441
extern bool g_bSFac;
442
 
extern CStructureFactor *g_pSFac;
 
442
//extern CStructureFactor *g_pSFac;
443
443
 
444
444
extern bool g_bFESA;
445
445
extern CFESAnalysis *g_pFESA;
446
446
 
 
447
extern bool g_bEnvWriteDetailedInfo;
 
448
extern bool g_bEnvSortNb;
 
449
extern bool g_bEnvDisableSortNb;
447
450
 
448
451
 
449
452
#endif