[med-svn] r5119 - trunk/packages/autodocksuite/trunk/debian/patches

Steffen Möller moeller at alioth.debian.org
Mon Aug 9 23:25:29 UTC 2010


Author: moeller
Date: 2010-08-09 23:25:29 +0000 (Mon, 09 Aug 2010)
New Revision: 5119

Modified:
   trunk/packages/autodocksuite/trunk/debian/patches/const_manual_90.patch
Log:
signed vs unsigned comparison error resolved


Modified: trunk/packages/autodocksuite/trunk/debian/patches/const_manual_90.patch
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/patches/const_manual_90.patch	2010-08-09 21:41:29 UTC (rev 5118)
+++ trunk/packages/autodocksuite/trunk/debian/patches/const_manual_90.patch	2010-08-09 23:25:29 UTC (rev 5119)
@@ -207,9 +207,6 @@
  
                 );
  #endif
-Index: autodocksuite-4.2.3/autodock/autodock4
-===================================================================
-Binary files autodocksuite-4.2.3.orig/autodock/autodock4	2010-08-05 01:30:06.000000000 +0200 and autodocksuite-4.2.3/autodock/autodock4	2010-08-05 01:34:35.000000000 +0200 differ
 Index: autodocksuite-4.2.3/autodock/calculateEnergies.cc
 ===================================================================
 --- autodocksuite-4.2.3.orig/autodock/calculateEnergies.cc	2010-08-04 23:43:55.000000000 +0200
@@ -315,3 +312,22 @@
 +                        const char  axis, 
 +                        const char  *const filename );
  #endif
+Index: autodocksuite-4.2.3/autodock/autodock4
+===================================================================
+Binary files autodocksuite-4.2.3.orig/autodock/autodock4	2010-08-05 01:30:06.000000000 +0200 and autodocksuite-4.2.3/autodock/autodock4	2010-08-10 00:20:08.000000000 +0200 differ
+Index: autodocksuite-4.2.3/autodock/call_glss.cc
+===================================================================
+--- autodocksuite-4.2.3.orig/autodock/call_glss.cc	2010-08-10 00:30:35.000000000 +0200
++++ autodocksuite-4.2.3/autodock/call_glss.cc	2010-08-10 00:32:52.000000000 +0200
+@@ -260,9 +260,9 @@
+ {
+     register unsigned int i;
+     register int j;
+-    int num_generations = 0, allEnergiesEqual = 1, numTries = 0;
++    unsigned int num_generations = 0, allEnergiesEqual = 1, numTries = 0;
+     int indiv = 0; // Number of Individual in Population to set initial state variables for.
+-    int max_numTries = 1000;
++    const unsigned int max_numTries = 1000;
+     double firstEnergy = 0.0;
+     EvalMode localEvalMode = Normal_Eval;
+     FILE *pop_fileptr;




More information about the debian-med-commit mailing list