Last change
on this file was
11512,
checked in by westram, 11 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.2 KB
|
Line | |
---|
1 | // ==================================================================== // |
---|
2 | // // |
---|
3 | // File : SQ_quality.h // |
---|
4 | // // |
---|
5 | // // |
---|
6 | // Coded by Juergen Huber in July 2003 - February 2004 // |
---|
7 | // Coded by Kai Bader (baderk@in.tum.de) in 2007 - 2008 // |
---|
8 | // Copyright Department of Microbiology (Technical University Munich) // |
---|
9 | // // |
---|
10 | // Visit our web site at: http://www.arb-home.de/ // |
---|
11 | // // |
---|
12 | // ==================================================================== // |
---|
13 | |
---|
14 | #ifndef SEQ_QUALITY_H |
---|
15 | #define SEQ_QUALITY_H |
---|
16 | |
---|
17 | #ifndef AW_BASE_HXX |
---|
18 | #include <aw_base.hxx> |
---|
19 | #endif |
---|
20 | |
---|
21 | void SQ_create_awars(AW_root * awr, AW_default aw_def); |
---|
22 | AW_window *SQ_create_seq_quality_window(AW_root *aw_root, GBDATA *gb_main); |
---|
23 | |
---|
24 | #else |
---|
25 | #error seq_quality.h included twice |
---|
26 | #endif // SEQ_QUALITY_H |
---|
Note: See
TracBrowser
for help on using the repository browser.