package edu.stanford.rsl.conrad.physics.materials.utils;
/**
* Gives developer option on how to retrieve mass attenuation
* @author Rotimi X Ojo
*
*/
public enum AttenuationRetrievalMode {
LOCAL_RETRIEVAL,
ONLINE_RETRIEVAL;
}
/*
* Copyright (C) 2010-2014 Rotimi X Ojo
* CONRAD is developed as an Open Source project under the GNU General Public License (GPL).
*/