switched to damask include instead of outdated damask_tools

This commit is contained in:
Christoph Kords 2012-01-31 13:08:25 +00:00
parent 8cf67e1be6
commit 9b679c3c0b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/python
import os,re,sys,math,numpy,string,damask_tools
import os,re,sys,math,numpy,string,damask
from optparse import OptionParser, Option
# -----------------------------
@ -99,7 +99,7 @@ else:
for file in files:
if file['name'] != 'STDIN': print file['name']
table = damask_tools.ASCII_TABLE(file['input'],file['output'],False) # make unbuffered ASCII_table
table = damask.ASCIItable(file['input'],file['output'],False) # make unbuffered ASCII_table
table.head_read() # read ASCII header info
table.info_append(string.replace('$Id$','\n','\\n') + \
'\t' + ' '.join(sys.argv[1:]))