#include <stdio.h>#include <utils/eh_rand.h>Go to the source code of this file.
Functions | |
| double | earthquake (double a, double dt) |
| double earthquake | ( | double | a, | |
| double | dt | |||
| ) |
Generate an earthquake.
This will give the maximum earthquake that occured within the time step dt.
| a | determined from the mean quake over a time step. | |
| dt | the number of time steps that are considered to find the maximum. |
Definition at line 35 of file earthquake.c.
References eh_maxpowdev().
Referenced by main().
1.5.2