46#if defined(Ifpack_SHOW_DEPRECATED_WARNINGS)
48#warning "The Ifpack package is deprecated"
52#include "euclid_common.h"
66 extern void SortedSet_dhCreate (SortedSet_dh * ss,
int initialSize);
67 extern void SortedSet_dhDestroy (SortedSet_dh ss);
68 extern void SortedSet_dhInsert (SortedSet_dh ss,
int idx);
69 extern void SortedSet_dhGetList (SortedSet_dh ss,
int **list,
int *count);