added missing math module import

This commit is contained in:
Martin Diehl 2015-01-04 21:02:17 +00:00
parent 8610531aae
commit 3e3c13bf0b
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,sys,string
import os,sys,string,math
import numpy as np
from optparse import OptionParser
import damask