Ignore:
Timestamp:
Aug 20, 2009, 7:48:07 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
5f4960, 6c6d84
Parents:
78dac6 (diff), d6b011 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Frederik Heber <heber@…> (08/19/09 14:40:33)
git-committer:
Frederik Heber <heber@…> (08/20/09 07:48:07)
Message:

Merge branch 'ConcaveHull' of ssh://stud64d-02/home/metzler/workspace/espack into Ticket14

Conflicts:

molecuilder/src/boundary.cpp
molecuilder/src/tesselation.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/config.hpp

    r78dac6 r84b811  
    1818#include "molecules.hpp"
    1919#include "periodentafel.hpp"
     20
     21class ConfigFileBuffer {
     22  public:
     23    char **buffer;
     24    int *LineMapping;
     25    int CurrentLine;
     26    int NoLines;
     27
     28    ConfigFileBuffer();
     29    ConfigFileBuffer(char *filename);
     30    ~ConfigFileBuffer();
     31
     32    void InitMapping();
     33    void MapIonTypesInBuffer(int NoAtoms);
     34};
    2035
    2136/** The config file.
Note: See TracChangeset for help on using the changeset viewer.