Increased SPH number. Changed defaults in python samples

This commit is contained in:
Guilhem Lavaux 2014-06-10 14:18:14 +02:00
parent c7433ca190
commit 5b133a9ac8
3 changed files with 48 additions and 10 deletions

View file

@ -11,7 +11,7 @@
using namespace std;
using namespace CosmoTool;
#define N_SPH 16
#define N_SPH 32
struct VCoord{
float v[3];