blob: 9a5e118ec2f75378e9031433af22373c0d6617c8 [file] [log] [blame]
//#####################################################################
// Copyright 2002-2004, Ronald Fedkiw, Geoffrey Irving, Neil Molino, Igor Neverov, Joseph Teran.
// This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt.
//#####################################################################
// Class STRAIN_MEASURE_3D
//#####################################################################
#include "STRAIN_MEASURE_3D.h"
using namespace PhysBAM;
//#####################################################################
// Function Print_Altitude_Statistics
//#####################################################################
template<class T> void STRAIN_MEASURE_3D<T>::
Print_Altitude_Statistics()
{
NOT_IMPLEMENTED();
}
//#####################################################################
template class STRAIN_MEASURE_3D<float>;
template class STRAIN_MEASURE_3D<double>;