| tfix comment for void ratio computation - sphere - GPU-based 3D discrete elemen… | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit df47aa86294f5bb26389e449e34528994710632b | |
| parent 8b3fc58d3b2faee41646d788a2c494f9e162448b | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Wed, 18 Oct 2017 09:28:13 -0400 | |
| fix comment for void ratio computation | |
| Diffstat: | |
| M python/sphere.py | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/python/sphere.py b/python/sphere.py | |
| t@@ -4383,7 +4383,7 @@ class sim: | |
| ''' | |
| Calculates the current void ratio | |
| - :returns: The void ratio, in [0:1] | |
| + :returns: The void ratio (pore volume relative to solid volume) | |
| :return type: float | |
| ''' | |