Ignore:
Timestamp:
May 8, 2010, 10:05:35 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
abde75
Parents:
1775d3 (diff), 25e17e9 (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.
Message:

Merge commit 'jupiter/StructureRefactoring' into StructureRefactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Makefile.am

    r1775d3 r8c01ce  
    1010                           gslvector.cpp \
    1111                           linearsystemofequations.cpp \
     12                           Space.cpp \
    1213                           vector.cpp
    1314                           
     
    1516                           gslvector.hpp \
    1617                           linearsystemofequations.hpp \
     18                           Space.hpp \
    1719                           vector.hpp
    1820                           
     
    8486
    8587EXCEPTIONSOURCE = Exceptions/CustomException.cpp \
    86                                   Exceptions/LinearDependenceException.cpp
     88                                  Exceptions/LinearDependenceException.cpp \
     89                                  Exceptions/MathException.cpp \
     90                                  Exceptions/ZeroVectorException.cpp
    8791                                 
    8892EXCEPTIONHEADER = Exceptions/CustomException.hpp \
    89                                   Exceptions/LinearDependenceException.hpp
     93                                  Exceptions/LinearDependenceException.hpp \
     94                                  Exceptions/MathException.hpp \
     95                                  Exceptions/ZeroVectorException.hpp
    9096
    9197SOURCE = ${ANALYSISSOURCE} \
     
    108114                 info.cpp \
    109115                 leastsquaremin.cpp \
     116                 Line.cpp \
    110117                 linkedcell.cpp \
    111118                 lists.cpp \
     
    150157          info.hpp \
    151158          leastsquaremin.hpp \
     159          Line.hpp \
    152160          linkedcell.hpp \
    153161          lists.hpp \
Note: See TracChangeset for help on using the changeset viewer.