Skip to content
Snippets Groups Projects
Commit 135f3669 authored by Daniel Brown's avatar Daniel Brown
Browse files

updating version and romhom

parent b6d1cb55
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ from __future__ import absolute_import ...@@ -2,7 +2,8 @@ from __future__ import absolute_import
from __future__ import division from __future__ import division
from __future__ import print_function from __future__ import print_function
from __future__ import unicode_literals from __future__ import unicode_literals
__version__ = "0.7.2"
__version__ = "0.7.3"
# This flag is used to switch on the gui features in pkat at import time # This flag is used to switch on the gui features in pkat at import time
USE_GUI = False USE_GUI = False
......
...@@ -336,7 +336,7 @@ def makeWeights(smap, EI, verbose=True, useSymmetry=True, newtonCotesOrder=1): ...@@ -336,7 +336,7 @@ def makeWeights(smap, EI, verbose=True, useSymmetry=True, newtonCotesOrder=1):
if useSymmetry: if useSymmetry:
# get full A_xy # get full A_xy
A_xy = smap.z_xy()#.transpose() A_xy = smap.z_xy()
xm = smap.x[smap.x < 0] xm = smap.x[smap.x < 0]
xp = smap.x[smap.x > 0] xp = smap.x[smap.x > 0]
...@@ -819,7 +819,7 @@ def makeWeightsNew(smap, EIxFilename, EIyFilename=None, verbose=True, newtonCote ...@@ -819,7 +819,7 @@ def makeWeightsNew(smap, EIxFilename, EIyFilename=None, verbose=True, newtonCote
EIy = pickle.load(f) EIy = pickle.load(f)
# get full A_xy # get full A_xy
A_xy = smap.z_xy().transpose() A_xy = smap.z_xy()
xm = smap.x[smap.x <= 0] xm = smap.x[smap.x <= 0]
xp = smap.x[smap.x >= 0] xp = smap.x[smap.x >= 0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment