stable disk-like model.

This commit is contained in:
JackHsu
2019-08-23 16:45:23 +08:00
parent 833319ad01
commit 5617eaac8a
4 changed files with 36 additions and 244 deletions

View File

@@ -272,7 +272,7 @@ run_simulation(void)
int on_off_switch;
if (i < 1) {
on_off_switch = 0; //accretion is off till 1000 steps.
on_off_switch = 0; //accretion is off till certain amount of steps.
} else {
on_off_switch = 1;
}