Splitted big pyx into sub-pyx

This commit is contained in:
Guilhem Lavaux 2014-11-20 14:04:17 +01:00
parent c5ad407b20
commit 8b9b72ca82
5 changed files with 204 additions and 165 deletions

View file

@ -1,9 +1,16 @@
from _cosmotool import *
from _project import *
from _cosmo_power import *
from _cosmo_cic import *
from .grafic import writeGrafic, writeWhitePhase, readGrafic, readWhitePhase
from .borg import read_borg_vol
from .cic import cicParticles
from .cl_cic import cl_CIC_Density
try:
import pyopencl
from .cl_cic import cl_CIC_Density
except:
print("No opencl support")
from .simu import loadRamsesAll, simpleWriteGadget, SimulationBare
from .timing import time_block, timeit, timeit_quiet