printf("# command: "); for (i=0;i<argc;i++) printf("%s ",argv[i]); printf("\n"); printf("# ISING simulation, NVT Metropolis Monte Carlo\n"); printf("# L = %i, T = %.3lf, nCycles %i, fSamp %i, Seed %lu\n", L,T,nCycles,fSamp,Seed);