| tFix typo in compressibility argument handling - cngf-pf - continuum model for … | |
| git clone git://src.adamsgaard.dk/cngf-pf | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit ca8ccb7316fbadd9ccda13b7e722e1d965f20aa0 | |
| parent f2ab541df3857c70de85b2850192275b28a1e6ab | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Thu, 12 Dec 2019 14:18:04 +0100 | |
| Fix typo in compressibility argument handling | |
| Diffstat: | |
| M max_depth_simple_shear.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/max_depth_simple_shear.c b/max_depth_simple_shear.c | |
| t@@ -210,7 +210,7 @@ main(int argc, char* argv[]) | |
| {"normal-stress", required_argument, NULL, 'P'}, | |
| {"porosity", required_argument, NULL, 'p'}, | |
| {"density", required_argument, NULL, 'r'}, | |
| - {"fluid-compressiblity", required_argument, NULL, 'c'}, | |
| + {"fluid-compressibility", required_argument, NULL, 'c'}, | |
| {"fluid-viscosity", required_argument, NULL, 'i'}, | |
| {"fluid-density", required_argument, NULL, 'R'}, | |
| {"fluid-permeability", required_argument, NULL, 'k'}, |