commit 3c3aa3031dee8ce14cd68d78c0092d6900dfb669
parent bc826ecce57a46b6b99531ec95fb8acf46fa3e49
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 5 May 2020 21:32:23 +0200
Add missing line delimiter
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/simulation.h b/simulation.h
@@ -33,7 +33,8 @@ struct simulation {
/* stress ratio at top wall */
double mu_wall;
- /* nonlocal amplitude [-] */ double A;
+ /* nonlocal amplitude [-] */
+ double A;
/* rate dependence beyond yield [-] */
double b;