Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / clustalw / src / substitutionMatrix / globalmatrix.h
1 /**
2  * Author: Mark Larkin
3  * 
4  * Copyright (c) 2007 Des Higgins, Julie Thompson and Toby Gibson.  
5  */
6 #ifndef GLOBALMATRIX_H
7 #define GLOBALMATRIX_H
8 #include "SubMatrix.h"
9 namespace clustalw
10 {
11 // Mark Dec 13 2005
12 /*
13  * The reason for having a global sub matrix object is that we have
14  * user defined matrices that can be read in at any time and then used later in the 
15  * MSA stage.
16  */
17 extern SubMatrix *subMatrix;
18 }
19 #endif
20
21