diff options
Diffstat (limited to 'math/goblin/files/patch-lib_src_indexSet.cpp')
-rw-r--r-- | math/goblin/files/patch-lib_src_indexSet.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/math/goblin/files/patch-lib_src_indexSet.cpp b/math/goblin/files/patch-lib_src_indexSet.cpp deleted file mode 100644 index 076b648f5041..000000000000 --- a/math/goblin/files/patch-lib_src_indexSet.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- lib_src/indexSet.cpp.orig 2013-10-01 10:15:14.000000000 +0200 -+++ lib_src/indexSet.cpp 2013-10-01 10:15:03.000000000 +0200 -@@ -390,3 +390,7 @@ - - template class indexSetComplement<unsigned short>; - template class indexSetComplement<unsigned long>; -+template indexSet<unsigned long>::indexSet(unsigned long, goblinController &); -+template indexSet<unsigned long>::~indexSet(); -+template indexSet<unsigned short>::indexSet(unsigned short, goblinController &); -+template indexSet<unsigned short>::~indexSet(); |