Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/vector_ops.cpp

    r3dcb1f r952f38  
    88#include "Helpers/MemDebug.hpp"
    99
    10 #include "vector.hpp"
    11 #include "Plane.hpp"
    12 #include "log.hpp"
    13 #include "verbose.hpp"
    14 #include "gslmatrix.hpp"
     10#include "LinearAlgebra/Vector.hpp"
     11#include "LinearAlgebra/Plane.hpp"
     12#include "Helpers/Log.hpp"
     13#include "Helpers/Verbose.hpp"
     14#include "LinearAlgebra/gslmatrix.hpp"
    1515#include "leastsquaremin.hpp"
    16 #include "info.hpp"
     16#include "Helpers/Info.hpp"
    1717#include "Helpers/fast_functions.hpp"
    1818#include "Exceptions/LinearDependenceException.hpp"
Note: See TracChangeset for help on using the changeset viewer.