Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ellipsoid.cpp

    r952f38 r5108e1  
    1818#include "ellipsoid.hpp"
    1919#include "linkedcell.hpp"
    20 #include "Helpers/Log.hpp"
     20#include "log.hpp"
    2121#include "tesselation.hpp"
    22 #include "LinearAlgebra/Vector.hpp"
    23 #include "LinearAlgebra/Matrix.hpp"
    24 #include "Helpers/Verbose.hpp"
     22#include "vector.hpp"
     23#include "Matrix.hpp"
     24#include "verbose.hpp"
    2525
    2626/** Determines squared distance for a given point \a x to surface of ellipsoid.
Note: See TracChangeset for help on using the changeset viewer.