Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linearsystemofequations.hpp

    r1f61b6 r8dc761  
    66 */
    77
    8 using namespace std;
     8#ifndef LINEARSYSTEMSOFEQUATIONS_HPP
     9#define LINEARSYSTEMSOFEQUATIONS_HPP
    910
    1011/*********************************************** includes ***********************************/
     
    5556  bool IsSymmetric;
    5657};
     58
     59#endif /* LINEARSYSTEMSOFEQUATIONS_HPP */
Note: See TracChangeset for help on using the changeset viewer.