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

doc and format

parent 219f59a4
No related branches found
No related tags found
1 merge request!210EQ rate and probability calculator
......@@ -35,8 +35,7 @@ import java.util.logging.FileHandler;
import java.util.logging.Logger;
/**
* Compute probabilisitic seismic hazard at a {@link Site} from a
* {@link HazardModel}.
* Compute probabilisitic seismic hazard from a {@link HazardModel}.
*
* @author Peter Powers
*/
......@@ -146,8 +145,8 @@ public class HazardCalc {
}
return Sites.fromString(arg, defaults);
} catch (Exception e) {
throw new IllegalArgumentException(NEWLINE + " sites = \"" + arg +
"\" must either be a 3 to 7 argument," + NEWLINE +
throw new IllegalArgumentException(NEWLINE +
" sites = \"" + arg + "\" must either be a 3 to 7 argument," + NEWLINE +
" comma-delimited string, or specify a path to a *.csv or *.geojson file",
e);
}
......
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