-
Notifications
You must be signed in to change notification settings - Fork 19
scripting
Prokop edited this page Jul 15, 2015
·
10 revisions
import os
import numpy as np
import matplotlib.pyplot as plt
import elements
import basUtils
def makeclean( ):
import os
[ os.remove(f) for f in os.listdir(".") if f.endswith(".so") ]
[ os.remove(f) for f in os.listdir(".") if f.endswith(".o") ]
[ os.remove(f) for f in os.listdir(".") if f.endswith(".pyc") ]
makeclean( ) # force to recompile
import ProbeParticle as PP