Cloned SEACAS for EXODUS library with extra build files for internal package management.
 
 
 
 
 
 

11 lines
124 B

#include "Tpl2b.hpp"
std::string Tpl2::b_itsme()
{
return "Tpl2b";
}
std::string Tpl2::b_deps()
{
return "no deps";
}