Changes in src/linearsystemofequations.hpp [1f61b6:8dc761]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/linearsystemofequations.hpp
r1f61b6 r8dc761 6 6 */ 7 7 8 using namespace std; 8 #ifndef LINEARSYSTEMSOFEQUATIONS_HPP 9 #define LINEARSYSTEMSOFEQUATIONS_HPP 9 10 10 11 /*********************************************** includes ***********************************/ … … 55 56 bool IsSymmetric; 56 57 }; 58 59 #endif /* LINEARSYSTEMSOFEQUATIONS_HPP */
Note:
See TracChangeset
for help on using the changeset viewer.