Added a lean CIC filter

This commit is contained in:
Guilhem Lavaux 2014-06-12 17:16:59 +02:00
parent c80e2833e0
commit cef0fb3786
5 changed files with 53 additions and 3 deletions

View file

@ -38,6 +38,8 @@ knowledge of the CeCILL license and that you accept its terms.
#include <inttypes.h>
#include "cic.hpp"
using namespace CosmoTool;
CICFilter::CICFilter(uint32_t N, double len)
{
spatialLen = len;

View file

@ -39,7 +39,7 @@ knowledge of the CeCILL license and that you accept its terms.
#include "config.hpp"
#include <inttypes.h>
using namespace CosmoTool;
namespace CosmoTool {
typedef float CICType;
@ -67,4 +67,6 @@ typedef float CICType;
uint32_t szGrid;
};
};
#endif