Skip to content
Snippets Groups Projects
Commit 07e55ef5 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

program move doc updates

parent cabb12eb
No related branches found
No related tags found
1 merge request!102Removed programs package
...@@ -18,6 +18,6 @@ limitations under the License. ...@@ -18,6 +18,6 @@ limitations under the License.
Runtime libs: Runtime libs:
- guava-18.0.jar (https://github.com/google/guava) - guava-19.0.jar (https://github.com/google/guava)
- gson-2.3.jar (https://code.google.com/p/google-gson) - gson-2.5.jar (https://code.google.com/p/google-gson)
\ No newline at end of file
...@@ -4,7 +4,7 @@ Examples ...@@ -4,7 +4,7 @@ Examples
These examples are designed to be executed locally while following the READMEs on GitHub. All examples avoid a lengthy call to Java and the `HazardCalc` program by using the following system alias: These examples are designed to be executed locally while following the READMEs on GitHub. All examples avoid a lengthy call to Java and the `HazardCalc` program by using the following system alias:
```Shell ```Shell
alias hazard='java -cp /path/to/nshmp-haz/dist/nshmp-haz.jar org.opensha2.programs.HazardCalc' alias hazard='java -cp /path/to/nshmp-haz/dist/nshmp-haz.jar org.opensha2.HazardCalc'
``` ```
Because each example builds on prior concepts, it is best step through all the examples, however quickly. Because each example builds on prior concepts, it is best step through all the examples, however quickly.
......
/** /**
* Entry points for conducting probabilisitic seismic hazard analysis (PSHA) calculations. * Entry points for conducting probabilisitic seismic hazard analysis (PSHA)
* calculations.
*/ */
package org.opensha2; package org.opensha2;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment