Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Exceptions/LinearDependenceException.hpp
r0e9394 r7a8319 9 9 #define LINEARDEPENDENCEEXCEPTION_HPP_ 10 10 11 #include "Exceptions/ CustomException.hpp"11 #include "Exceptions/MathException.hpp" 12 12 13 class LinearDependenceException : public CustomException13 class LinearDependenceException : public MathException 14 14 { 15 15 public:
Note:
See TracChangeset
for help on using the changeset viewer.
