Trisurf Monte Carlo simulator
Samo Penic
2018-09-25 be48625a2f6b43817e783c6eefd061e397ceac73
Fixed pointers
1 files modified
2 ■■■ changed files
src/io.c 2 ●●● patch | view | raw | blame | history
src/io.c
@@ -1146,7 +1146,7 @@
ts_tape *parsetapebuffer(char *buffer){
    ts_tape *tape=(ts_tape *)calloc(1,sizeof(ts_tape));
    tape->multiprocessing=calloc(255,sizeof(char));
    float floatdummyxkA0, floatdummystretch;
    double floatdummyxkA0, floatdummystretch;
    cfg_opt_t opts[] = {
        CFG_SIMPLE_INT("nshell", &tape->nshell),