Added a lean CIC filter
This commit is contained in:
parent
c80e2833e0
commit
cef0fb3786
5 changed files with 53 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue