Skip to content
Snippets Groups Projects
Commit ab68ae7f authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Apply suggestion to...

Apply suggestion to src/main/java/gov/usgs/earthquake/nshmp/netcdf/reader/BoundingHazardsReader.java
parent 18cc46a1
No related branches found
No related tags found
1 merge request!24Wrapper classes
...@@ -118,11 +118,7 @@ public class BoundingHazardsReader { ...@@ -118,11 +118,7 @@ public class BoundingHazardsReader {
} }
/* /*
* Return hazard curves for four closest grid points as a List of: * Return hazard curves for four closest grid points by SiteClass and Imt
* Map<SiteClass, Map<Imt, XySequence(iml,hazard)>>
*
* List order is clockwise from lower left corner: LL, UL, UR, LR, [T] with an
* empty slot for the interpolated target hazards
*/ */
private BoundingHazards extractHazardsAt( private BoundingHazards extractHazardsAt(
int idxLonLL, int idxLonLL,
......
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