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