]> git.donarmstrong.com Git - bamtools.git/blobdiff - BamWriter.cpp
Full update to SVN after combining BamReader and BamWriter into cohesive BamTools...
[bamtools.git] / BamWriter.cpp
index 4f6a37f3592d8426be5d52da0a4e6c3257b90295..32e7047c1779e8101f404378b7df43756fd23a8b 100644 (file)
@@ -1,8 +1,10 @@
 // ***************************************************************************
-// BamWriter (c) 2009 Michael Strömberg
-// Marth Lab, Deptartment of Biology, Boston College
+// BamWriter.cpp (c) 2009 Michael Strömberg, Derek Barnett
+// Marth Lab, Department of Biology, Boston College
 // All rights reserved.
 // ---------------------------------------------------------------------------
+// Last modified: 24 June 2009 (DB)
+// ---------------------------------------------------------------------------
 // The BGZF routines were adapted from the bgzf.c code developed at the Broad
 // Institute.
 // ---------------------------------------------------------------------------
@@ -10,6 +12,8 @@
 // ***************************************************************************
 
 #include "BamWriter.h"
+using namespace BamTools;
+using namespace std;
 
 // constructor
 BamWriter::BamWriter(void)