|
Last change
on this file was
19409,
checked in by westram, 2 years ago
|
- mostly cosmetic changes to SEQ_QUALITY:
- compact else-if cascades.
- avoid using abs() repeatedly in cascades
- unwrap lines.
- use GB_end_transaction.
- whitespace fixes.
|
-
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.