Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Exceptions/LinearDependenceException.cpp
r0e9394 r7a8319 11 11 12 12 LinearDependenceException::LinearDependenceException(string _file, int _line) : 13 CustomException(_file,_line)13 MathException(_file,_line) 14 14 {} 15 15
Note:
See TracChangeset
for help on using the changeset viewer.