From 3ed3ca9f7474990b873e2b2c32fb42a06e45ad65 Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Tue, 12 Jul 2011 09:32:54 +0200
Subject: [PATCH] initialize all members of PDBReader

---
 modules/io/src/mol/pdb_reader.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/io/src/mol/pdb_reader.cc b/modules/io/src/mol/pdb_reader.cc
index 30ed5ce61..c136147a6 100644
--- a/modules/io/src/mol/pdb_reader.cc
+++ b/modules/io/src/mol/pdb_reader.cc
@@ -100,6 +100,8 @@ void PDBReader::Init(const boost::filesystem::path& loc)
     is_pqr_=false;
   }
   hard_end_=false;
+  skip_next_=false;
+  data_continues_=false;
 }
 
 void PDBReader::ThrowFaultTolerant(const String& msg) {
-- 
GitLab