[Genabel-commits] r974 - branches/ProbABEL-refactoring/ProbABEL/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Oct 6 00:44:00 CEST 2012
Author: maartenk
Date: 2012-10-06 00:44:00 +0200 (Sat, 06 Oct 2012)
New Revision: 974
Modified:
branches/ProbABEL-refactoring/ProbABEL/src/main.cpp
Log:
fixed compiler already fixed by lckarssen in commit 968 , but wrongly merged
Modified: branches/ProbABEL-refactoring/ProbABEL/src/main.cpp
===================================================================
--- branches/ProbABEL-refactoring/ProbABEL/src/main.cpp 2012-10-05 22:28:33 UTC (rev 973)
+++ branches/ProbABEL-refactoring/ProbABEL/src/main.cpp 2012-10-05 22:44:00 UTC (rev 974)
@@ -925,7 +925,7 @@
//________________________________________________________________
//Maksim, 9 Jan, 2009
- for (int i = 0; i < outfile.size(); i++)
+ for (unsigned int i = 0; i < outfile.size(); i++)
{
outfile[i]->close();
delete outfile[i];
More information about the Genabel-commits
mailing list