| # | Line 138 | Line 138 | int main(argc, argv) | |
|---|---|---|
| 138 | state->dtheta = 0.3; | |
| 139 | state->deltaz = 1.0; | |
| 140 | state->deltaphi = 0.5; | |
| 141 | < | state->t = 300; |
| 141 | > | state->t = 300.0; |
| 142 | state->beta = 1.0 / (kb * state->t); | |
| 143 | ||
| 144 | // these three should really be given as command line arguments, but we'll | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |