fixed prospector hints
This commit is contained in:
parent
b957f1f016
commit
a84e7310f5
|
@ -13,7 +13,6 @@ import numpy as np
|
||||||
import py_post # MSC closed source module to access marc result files
|
import py_post # MSC closed source module to access marc result files
|
||||||
|
|
||||||
class MARC_POST():
|
class MARC_POST():
|
||||||
import re
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.projdir='./'
|
self.projdir='./'
|
||||||
|
|
||||||
|
@ -383,7 +382,6 @@ class VTK_WRITER():
|
||||||
to plot semi-transparent iso-surfaces.
|
to plot semi-transparent iso-surfaces.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.p=MARC_POST() # self.p
|
self.p=MARC_POST() # self.p
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: UTF-8 no BOM -*-
|
# -*- coding: UTF-8 no BOM -*-
|
||||||
|
|
||||||
import os,sys
|
import os,sys
|
||||||
import math # noqa
|
import math # noqa
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from optparse import OptionParser, OptionGroup
|
from optparse import OptionParser, OptionGroup
|
||||||
import damask
|
import damask
|
||||||
|
|
Loading…
Reference in New Issue