Wildmeshing Toolkit
PerThreadAttributeScopeStacks.cpp
Go to the documentation of this file.
3 
4 
5 namespace wmtk::attribute {
6 template class PerThreadAttributeScopeStacks<int64_t>;
7 template class PerThreadAttributeScopeStacks<double>;
8 template class PerThreadAttributeScopeStacks<char>;
9 template class PerThreadAttributeScopeStacks<Rational>;
10 
11 } // namespace wmtk::attribute