Minor updates to Cyl1DMesh

This commit is contained in:
rowanc1
2014-02-05 21:33:18 -08:00
parent aa1faa9505
commit 72c93cd48b
+3
View File
@@ -37,6 +37,9 @@ class Cyl1DMesh(object):
return locals()
h = property(**h())
@property
def dim(self): return 2
def z0():
doc = "The z-origin"
def fget(self):