comparison Framework/Toolbox/LinearAlgebra.cpp @ 201:e9c7a78a3e77

removed absolute paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Mar 2018 11:59:22 +0100
parents 964118e7e6de
children 5412adf19980
comparison
equal deleted inserted replaced
200:03afbee0cc7b 201:e9c7a78a3e77
19 **/ 19 **/
20 20
21 21
22 #include "LinearAlgebra.h" 22 #include "LinearAlgebra.h"
23 23
24 #include <Core/Logging.h> 24 #include "../../Resources/Orthanc/Core/Logging.h"
25 #include <Core/OrthancException.h> 25 #include "../../Resources/Orthanc/Core/OrthancException.h"
26 #include <Core/Toolbox.h> 26 #include "../../Resources/Orthanc/Core/Toolbox.h"
27 27
28 #include <stdio.h> 28 #include <stdio.h>
29 #include <boost/lexical_cast.hpp> 29 #include <boost/lexical_cast.hpp>
30 #include <boost/numeric/ublas/lu.hpp> 30 #include <boost/numeric/ublas/lu.hpp>
31 31