ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/GenericData.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/GenericData.hpp (file contents):
Revision 699 by tim, Fri Aug 15 19:24:13 2003 UTC vs.
Revision 789 by mmeineke, Mon Sep 29 17:38:00 2003 UTC

# Line 51 | Line 51 | struct ZConsParaItem
51      string data;
52   };
53  
54 < struct ZConsParaItem
55 < {
54 > struct ZConsParaItem {
55    int zconsIndex;
56    bool havingZPos;
57    double zPos;
# Line 67 | Line 66 | class ZConsParaData : public GenericData{
66      vector<ZConsParaItem>* getData() {return &data;}
67      void setData(vector<ZConsParaItem>& theData) {data = theData;}
68      void sortByIndex();
69 +    bool isIndexUnique();
70          
71    private:      
72      vector<ZConsParaItem> data;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines