diff options
Diffstat (limited to 'biology/plink/files/patch-sets.cpp')
-rw-r--r-- | biology/plink/files/patch-sets.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/biology/plink/files/patch-sets.cpp b/biology/plink/files/patch-sets.cpp deleted file mode 100644 index 4d773fb36db2..000000000000 --- a/biology/plink/files/patch-sets.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- sets.cpp.orig 2013-11-16 17:06:29.000000000 +0100 -+++ sets.cpp 2013-11-16 17:07:12.000000000 +0100 -@@ -768,11 +768,11 @@ - ////////////////////////////////////////////// - // Reset original missing status - -- vector<Individual*>::iterator i = PP->sample.begin(); -- while ( i != PP->sample.end() ) -+ vector<Individual*>::iterator ipp = PP->sample.begin(); -+ while ( ipp != PP->sample.end() ) - { -- (*i)->missing = (*i)->flag; -- ++i; -+ (*ipp)->missing = (*ipp)->flag; -+ ++ipp; - } - - //////////////////////////////////////////////// |