Documentation ¶
Overview ¶
Package stages implements a command to print the time stages defined in a plate motion model.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.Command{
Usage: "stages <model-file>",
Short: "print time stages of a plate motion model",
Long: `
Command stages reads a plate motion model and print the time stages (in
million years) defined in the model.
The first argument of the command is the name of the file that contains the
model.
`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.