Changes in src/linearsystemofequations.cpp [0c7ed8:112b09]
- File:
-
- 1 edited
-
src/linearsystemofequations.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/linearsystemofequations.cpp
r0c7ed8 r112b09 5 5 * Author: heber 6 6 */ 7 8 #include "Helpers/MemDebug.hpp" 7 9 8 10 #include "defs.hpp" … … 54 56 { 55 57 assert ( columns == NDIM && "Vector class is always three-dimensional, unlike this LEqS!"); 56 b->SetFrom Vector(*x);58 b->SetFromDoubleArray(x->get()); 57 59 }; 58 60
Note:
See TracChangeset
for help on using the changeset viewer.
