Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
improvement: Add computation of Young's modulus for water medium (dcl…
Browse files Browse the repository at this point in the history
…ab 0.6.3.dev14)
  • Loading branch information
paulmueller committed Oct 10, 2018
1 parent 3977f05 commit a619c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- New ancillary features in expert mode:
- Principal inertia ratio (dclab 0.6.3.dev1)
- Absolute tilt of raw contour (dclab 0.6.3.dev2)
- Add computation of Young's modulus for water medium (dclab 0.6.3.dev14)
- Display data paths as tool tip in title editor (Contour Plot tab) (#227)
0.8.7
- Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion shapeout/gui/confparms.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_config_entry_choices(key, subkey, ignore_axes=[]):
if subkey == "emodulus model":
choices = ["elastic sphere"]
if subkey == "emodulus medium":
choices = ["CellCarrier", "CellCarrier B", "Other"]
choices = ["CellCarrier", "CellCarrier B", "water", "Other"]
return choices


Expand Down

0 comments on commit a619c64

Please sign in to comment.