fixed prospector hints

This commit is contained in:
Martin Diehl 2016-10-24 20:30:51 +02:00
parent b957f1f016
commit a84e7310f5
2 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,6 @@ import numpy as np
import py_post # MSC closed source module to access marc result files
class MARC_POST():
import re
def __init__(self):
self.projdir='./'
@ -383,7 +382,6 @@ class VTK_WRITER():
to plot semi-transparent iso-surfaces.
"""
import re
def __init__(self):
self.p=MARC_POST() # self.p

View File

@ -2,7 +2,7 @@
# -*- coding: UTF-8 no BOM -*-
import os,sys
import math # noqa
import math # noqa
import numpy as np
from optparse import OptionParser, OptionGroup
import damask