| tFix indentation in switch - cngf-pf - continuum model for granular flows with … | |
| git clone git://src.adamsgaard.dk/cngf-pf | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit db6162b365f59fa93422ff591783b10d5c0ba523 | |
| parent 64a84fc4e4904e2645cf9202427d8796ee34ac9f | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Wed, 6 May 2020 19:50:53 +0200 | |
| Fix indentation in switch | |
| Diffstat: | |
| M 1d_fd_simple_shear.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/1d_fd_simple_shear.c b/1d_fd_simple_shear.c | |
| t@@ -212,7 +212,7 @@ main(int argc, char *argv[]) | |
| case 'y': | |
| sim.phi_min = atof(EARGF(usage())); | |
| break; | |
| -default: | |
| + default: | |
| usage(); | |
| } ARGEND; | |