Trisurf Monte Carlo simulator
Samo Penic
2019-02-11 36bc6d58f7f1b83ae07c00ce7f42755bedbcff18
Fixed duplicated stretchswitch and xkA0 while parsing tape
1 files modified
4 ■■■■ changed files
src/io.c 4 ●●●● patch | view | raw | blame | history
src/io.c
@@ -1210,8 +1210,8 @@
    CFG_FLOAT("plane_d", 15, CFGF_NONE),
    CFG_FLOAT("plane_F", 1000, CFGF_NONE),
/* Variables related to stretching */
    CFG_FLOAT("stretchswitch", 0, CFGF_NONE),
    CFG_FLOAT("xkA0",0,CFGF_NONE),
//    CFG_FLOAT("stretchswitch", 0, CFGF_NONE),
//    CFG_FLOAT("xkA0",0,CFGF_NONE),
        CFG_END()
    };
    cfg_t *cfg;