NeoPZ
pzstackgen.cpp
Go to the documentation of this file.
1 
6 #include "pzstack.h"
7 
8 template class TPZStack<int>;
9 template class TPZStack<float>;
10 template class TPZStack<double>;
11 template class TPZStack<long double>;
12 template class TPZStack<char *>;
13 template class TPZStack<int64_t>;
14 template class TPZStack<char>;
15 
16 template class TPZStack<std::complex<float> >;
17 template class TPZStack<std::complex<double> >;
A simple stack.