mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2026-01-13 23:28:41 +01:00
fix(helpers): add init for helpers
This commit is contained in:
2
GPUSimulators/helpers/__init__.py
Normal file
2
GPUSimulators/helpers/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
import initial_conditions as InitialConditions
|
||||
import visualization as Visualization
|
||||
@@ -29,7 +29,7 @@
|
||||
"rc('animation', html='html5')\n",
|
||||
"\n",
|
||||
"from GPUSimulators.common import Timer\n",
|
||||
"from GPUSimulators.helpers import initial_conditions"
|
||||
"from GPUSimulators.helpers import InitialConditions"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user