Added proper support for boost detection

This commit is contained in:
Guilhem Lavaux 2014-05-20 09:43:00 +02:00
parent b6d1cf7591
commit 34de699863
3 changed files with 17 additions and 10 deletions

View file

@ -1,8 +1,8 @@
#include <cassert>
#include <CosmoTool/yorick.hpp>
#include <CosmoTool/sphSmooth.hpp>
#include <CosmoTool/mykdtree.hpp>
#include <CosmoTool/miniargs.hpp>
#include "yorick.hpp"
#include "sphSmooth.hpp"
#include "mykdtree.hpp"
#include "miniargs.hpp"
using namespace std;
using namespace CosmoTool;