Ignore:
Timestamp:
Apr 30, 2010, 9:23:37 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
aab470
Parents:
0e9394
Message:

Added more Exceptions to the project to signal differen Math erorrs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Exceptions/LinearDependenceException.hpp

    r0e9394 r7a8319  
    99#define LINEARDEPENDENCEEXCEPTION_HPP_
    1010
    11 #include "Exceptions/CustomException.hpp"
     11#include "Exceptions/MathException.hpp"
    1212
    13 class LinearDependenceException : public CustomException
     13class LinearDependenceException : public MathException
    1414{
    1515public:
Note: See TracChangeset for help on using the changeset viewer.