}*/
if(o!=null)
{
try
{
RepSysTestbedAlgorithm alg = (RepSysTestbedAlgorithm)o;
return alg;
}catch(ClassCastException cce)
{
aohara.utilities.ChatterBox.error("TrustClassLoader", "newAlgorithm()", "The file was invalid, no longer exists, or is not a recognized algorithm.\n" + classPath);
return null;