Use long instead of int for particle identifiers

This commit is contained in:
Guilhem Lavaux 2013-02-19 11:15:46 -05:00
parent 72df7b6c66
commit f1a30f3537
10 changed files with 42 additions and 11 deletions

View file

@ -1,6 +1,7 @@
#ifndef __DETAILS_EUCLIDIAN_SPECTRUM_1D
#define __DETAILS_EUCLIDIAN_SPECTRUM_1D
#include <iostream>
#include <boost/function.hpp>