IsoSpec  1.95
tabulator.cpp
1 #include "tabulator.h"
2 
3 
4 namespace IsoSpec
5 {
6 template class Tabulator<IsoThresholdGenerator>;
7 template class Tabulator<IsoLayeredGenerator>;
8 } // namespace IsoSpec