package edu.stanford.rsl.conrad.physics.materials;
/**
* Class to model a mixture of elements
* @author Rotimi .X. Ojo
*
*/
public class Mixture extends Material{
private static final long serialVersionUID = 1224182801808270337L;
}
/*
* Copyright (C) 2010-2014 Rotimi X Ojo
* CONRAD is developed as an Open Source project under the GNU General Public License (GPL).
*/