[mathic] 50/62: Added fastIndex field to a Queue configuration that required it.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Apr 1 11:36:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository mathic.

commit 1a75c8ef5dd0930d39401518f8be095ce7a7a8c9
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Wed Mar 6 16:22:43 2013 +0100

    Added fastIndex field to a Queue configuration that required it.
---
 build/vs12/mathic-lib/mathic-lib.vcxproj         | 1 -
 build/vs12/mathic-lib/mathic-lib.vcxproj.filters | 3 ---
 src/mathic/PairQueue.h                           | 2 ++
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/build/vs12/mathic-lib/mathic-lib.vcxproj b/build/vs12/mathic-lib/mathic-lib.vcxproj
index 9ec8e33..61aed42 100755
--- a/build/vs12/mathic-lib/mathic-lib.vcxproj
+++ b/build/vs12/mathic-lib/mathic-lib.vcxproj
@@ -71,7 +71,6 @@
     <ClInclude Include="..\..\..\src\mathic\DivFinder.h" />
     <ClInclude Include="..\..\..\src\mathic\DivList.h" />
     <ClInclude Include="..\..\..\src\mathic\DivMask.h" />
-    <ClInclude Include="..\..\..\src\mathic\ElementDeleter.h" />
     <ClInclude Include="..\..\..\src\mathic\error.h" />
     <ClInclude Include="..\..\..\src\mathic\Geobucket.h" />
     <ClInclude Include="..\..\..\src\mathic\GeoFront.h" />
diff --git a/build/vs12/mathic-lib/mathic-lib.vcxproj.filters b/build/vs12/mathic-lib/mathic-lib.vcxproj.filters
index 88defed..9bc8e08 100755
--- a/build/vs12/mathic-lib/mathic-lib.vcxproj.filters
+++ b/build/vs12/mathic-lib/mathic-lib.vcxproj.filters
@@ -95,9 +95,6 @@
     <ClInclude Include="..\..\..\src\mathic\DivMask.h">
       <Filter>Header Files</Filter>
     </ClInclude>
-    <ClInclude Include="..\..\..\src\mathic\ElementDeleter.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
     <ClInclude Include="..\..\..\src\mathic\error.h">
       <Filter>Header Files</Filter>
     </ClInclude>
diff --git a/src/mathic/PairQueue.h b/src/mathic/PairQueue.h
index 0cda036..0340153 100755
--- a/src/mathic/PairQueue.h
+++ b/src/mathic/PairQueue.h
@@ -363,6 +363,8 @@ namespace mathic {
 		return mConf.cmpLessThan(cr);
 	  }
 
+      static const bool fastIndex = false;
+
 	private:
 	  Configuration& mConf;
 	};

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathic.git



More information about the debian-science-commits mailing list