rename lib

master
jan 7 years ago
parent c1750e9fde
commit 0d91f0d43e

@ -11,7 +11,7 @@ import numpy
import lzma
import dill
from fdtd.simulation import Simulation
from opencl_fdtd import Simulation
from masque import Pattern, shapes
import gridlock
import pcgen
@ -172,5 +172,6 @@ def main():
d['S'] = unvec(sim.S.get())
dill.dump(d, f)
if __name__ == '__main__':
main()

@ -0,0 +1 @@
from .simulation import Simulation, type_to_C
Loading…
Cancel
Save