Skip to content
Snippets Groups Projects
HazardCurve.java 250 B
Newer Older
  • Learn to ignore specific revisions
  • package org.opensha.programs;
    
    /**
     * Entry point for computing a hazard curve from a Forecast
     *
     * @author Peter Powers
     */
    public class HazardCurve {
    
    	/**
    	 * @param args
    	 */
    	public static void main(String[] args) {
    		// TODO do nothing
    
    	}
    
    }