Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    ra4e9bb r6e7147  
    8282  Exceptions/MathException.cpp \
    8383  Exceptions/NotInvertibleException.cpp \
    84   Exceptions/NotOnSurfaceException.cpp \
    85   Exceptions/ShapeException.cpp \
     84  Exceptions/ParseError.cpp \
    8685  Exceptions/SkewException.cpp \
    8786  Exceptions/ZeroVectorException.cpp
     
    9291  Exceptions/MathException.hpp \
    9392  Exceptions/NotInvertibleException.hpp \
    94   Exceptions/NotOnSurfaceException.hpp \
    95   Exceptions/ShapeException.hpp \
     93  Exceptions/ParseError.hpp \
    9694  Exceptions/SkewException.hpp \
    9795  Exceptions/ZeroVectorException.hpp
     
    151149  Descriptors/AtomIdDescriptor.cpp \
    152150  Descriptors/AtomSelectionDescriptor.cpp \
    153   Descriptors/AtomShapeDescriptor.cpp \
    154151  Descriptors/AtomTypeDescriptor.cpp \
    155152  Descriptors/MoleculeDescriptor.cpp \
     153  Descriptors/MoleculeFormulaDescriptor.cpp \
    156154  Descriptors/MoleculeIdDescriptor.cpp \
    157155  Descriptors/MoleculeNameDescriptor.cpp \
     
    163161  Descriptors/AtomIdDescriptor.hpp \
    164162  Descriptors/AtomSelectionDescriptor.hpp \
    165   Descriptors/AtomShapeDescriptor.hpp \
    166163  Descriptors/AtomTypeDescriptor.hpp \
    167164  Descriptors/MoleculeDescriptor.hpp \
     165  Descriptors/MoleculeFormulaDescriptor.hpp \
    168166  Descriptors/MoleculeIdDescriptor.hpp \
    169167  Descriptors/MoleculeNameDescriptor.hpp \
     
    206204  ellipsoid.cpp \
    207205  errorlogger.cpp \
     206  Formula.cpp \
    208207  graph.cpp \
    209208  helpers.cpp \
     
    211210  leastsquaremin.cpp \
    212211  Line.cpp \
    213   LineSegment.cpp \
    214212  linkedcell.cpp \
    215213  log.cpp \
     
    257255  ellipsoid.hpp \
    258256  errorlogger.hpp \
     257  Formula.hpp \
    259258  graph.hpp \
    260259  helpers.hpp \
     
    262261  leastsquaremin.hpp \
    263262  Line.hpp \
    264   LineSegment.hpp \
    265263  linkedcell.hpp \
    266264  lists.hpp \
Note: See TracChangeset for help on using the changeset viewer.