needs modules “math” and “random” for user-supplied conditions…

(do not remove through pyflakes—shall we introduce dummy code to keep the modules “active”?)
This commit is contained in:
Philip Eisenlohr 2015-09-29 22:27:07 +00:00
parent b2243ae3c1
commit 863fe5ddf0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: UTF-8 no BOM -*-
import os,re,sys,fnmatch
import os,re,sys,fnmatch,math,random
import numpy as np
from optparse import OptionParser
import damask