package org.opensha2.gmm; /** * @author Peter Powers */ enum SiteClass { SOFT_ROCK, HARD_ROCK; }