Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
farrufat-cimne committed Feb 13, 2014
1 parent 91e3c36 commit 6a35b3a
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

from DEM_explicit_solver_var import *

if (ElementType == "SphericPartDEMElement3D" or ElementType == "CylinderParticle2D"):
print (ElementType)
if (ElementType == "SphericPartDEMElement3D" or ElementType == "CylinderPartDEMElement2D"):
import spheric_particle_script
elif (ElementType == "SphericContPartDEMElement3D" or ElementType == "CylinderContinuumParticle2D"):


elif (ElementType == "SphericContPartDEMElement3D" or ElementType == "CylinderContPartDEMElement2D"):
import continuum_spheric_particle_script

0 comments on commit 6a35b3a

Please sign in to comment.