From 2ae815f58a40d4b86f5183d7e2ec406d5e0f5d65 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 09 May 2018 14:47:15 +0000 Subject: [PATCH] Prepared for stretching --- src/io.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/io.c b/src/io.c index 5a5e9a2..f513501 100644 --- a/src/io.c +++ b/src/io.c @@ -1165,6 +1165,8 @@ CFG_SIMPLE_INT("constvolswitch",&tape->constvolswitch), CFG_SIMPLE_INT("constareaswitch",&tape->constareaswitch), CFG_SIMPLE_FLOAT("constvolprecision",&tape->constvolprecision), + CFG_SIMPLE_INT("stretchswitch",&tape->stretchswitch), + CFG_SIMPLE_FLOAT("xkA0",&tape->xkA0), CFG_SIMPLE_FLOAT("pressure",&tape->pressure), CFG_SIMPLE_FLOAT("k_spring",&tape->kspring), CFG_SIMPLE_FLOAT("xi",&tape->xi), -- Gitblit v1.9.3