[project @ 13]
[mussa.git] / mussa_gui_subana.cc
index bccee4d15a46da5fd7a116b9c0f17a8f27987419..b877702f69ff70078ab6a06c715292d01912ea74 100644 (file)
@@ -1,3 +1,13 @@
+//  This file is part of the Mussa source distribution.
+//  http://mussa.caltech.edu/
+//  Contact author: Tristan  De Buysscher, tristan@caltech.edu
+
+// This program and all associated source code files are Copyright (C) 2005
+// the California Institute of Technology, Pasadena, CA, 91125 USA.  It is
+// under the GNU Public License; please see the included LICENSE.txt
+// file for more information, or contact Tristan directly.
+
+
 #include "mussa_gui_subana.hh"
 
 
@@ -147,6 +157,11 @@ SubanaWindow::SubanaWindow(int w, int h, const char* title,Mussa *the_analysis,
   the_Seqs = some_Seqs;
   all_done = false;
 
+  // initialize parameters
+  ana_name = "";
+  window = -1;
+  threshold = -1; 
+
   begin();
 
   name_input = new Fl_Input(135, 10, w-140, 30, "SubAnalysis Name ");