Trisurf Monte Carlo simulator
Samo Penic
2014-09-11 5a19989febd5054ff64c5a45a906ca033cdf67cc
Fixes tests.
1 files modified
8 ■■■■ changed files
test/confusetest.c 8 ●●●● patch | view | raw | blame | history
test/confusetest.c
@@ -22,13 +22,13 @@
    cfg = cfg_init(opts, 0);
    retval=cfg_parse(cfg, "tape_new");
      printf("nshell: %i\n", nshell);
      printf("nshell: %li\n", nshell);
    printf("dmax: %f\n", dmax);
    printf("xk0: %f\n", xk0);
    printf("stepsize: %f\n", stepsize);
    printf("nxmax: %i\n", ncxmax);
    printf("nymax: %i\n", ncymax);
    printf("nzmax: %i\n", nczmax);
    printf("nxmax: %li\n", ncxmax);
    printf("nymax: %li\n", ncymax);
    printf("nzmax: %li\n", nczmax);
    return 0;
}