From 3c41bc1a298170efaaaf0b86f39fd81989dfe664 Mon Sep 17 00:00:00 2001 From: tamches Date: Thu, 31 Oct 1996 08:52:48 +0000 Subject: [PATCH] the shm-sampling commit; removed some old cm5 stuff --- paradynd/src/templates1.C | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/paradynd/src/templates1.C b/paradynd/src/templates1.C index 6ac754f..457feaf 100644 --- a/paradynd/src/templates1.C +++ b/paradynd/src/templates1.C @@ -113,22 +113,23 @@ template class dictionary_hash_iter ; template class dictionary_hash_iter ; template class vector ; -#ifdef paradyndCM5_blizzard -//=============================added by zxu for sampleNodes -#include "util/h/sys.h" -#include "rtinst/h/trace.h" -#include "../../paradyndCM5_blizzard/src/sample_nodes.h" +/* ***************************************************************************** */ -//template class vector ; -template class vector ; -//template class vector ; -template class vector ; -template class vector ; -template class dictionary_hash ; -template class dictionary_hash ; -template class dictionary_hash_iter ; -template class dictionary_hash_iter ; -template class dictionary_hash; -#endif +#ifdef SHM_SAMPLING +#include "fastInferiorHeap.C" +#include "fastInferiorHeapHKs.h" +template class vector; + +template class fastInferiorHeap; +template class vector< fastInferiorHeap::states >; +template class fastInferiorHeap; +template class vector< fastInferiorHeap::states >; + +template class fastInferiorHeap; +template class vector< fastInferiorHeap::states >; +#endif +#include "util/src/vectorSet.C" +template class vectorSet; +template class vectorSet; -- 1.8.3.1