Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit 3401f37

Browse files
author
Romain Beucher
committed
Merge branch 'master' of git+ssh://github.com/rbeucher/UWGeodynamics
2 parents abd8b3b + 45cd1dd commit 3401f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UWGeodynamics/_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def strainRate(self, figsize=None, title="Strain Rate Field",
162162

163163
fact = Dimensionalize(1.0, units).magnitude
164164
Fig.Surface(self.Model.mesh.subMesh,
165-
self.Model._strainRate_2ndInvariant * fact,
165+
self.Model.strainRateField * fact,
166166
cullface=cullface, logScale=logScale, name=Fig["title"],
167167
colours=colours,
168168
**kwargs)

0 commit comments

Comments
 (0)