opencl_fdtd/opencl_fdtd/__init__.py

5 lines
95 B
Python
Raw Normal View History

2017-08-14 15:41:20 -07:00
from .simulation import Simulation, type_to_C
2018-09-16 20:12:41 -07:00
__author__ = 'Jan Petykiewicz'
version = '0.4'