|
Last change
on this file was
10117,
checked in by westram, 13 years ago
|
- fix include-chaos in NTREE
- all headers named
- .h (some had .hxx)
- as .cxx file
- removed obsolete header (NT_dbrepair.hxx, nt_join.hxx)
- removed some more definitions of nt_assert
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 1 | // ============================================================ // |
|---|
| 2 | // // |
|---|
| 3 | // File : AP_conservProfile2Gnuplot.h // |
|---|
| 4 | // Purpose : // |
|---|
| 5 | // // |
|---|
| 6 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 7 | // http://www.arb-home.de/ // |
|---|
| 8 | // // |
|---|
| 9 | // ============================================================ // |
|---|
| 10 | |
|---|
| 11 | #ifndef AP_CONSERVPROFILE2GNUPLOT_H |
|---|
| 12 | #define AP_CONSERVPROFILE2GNUPLOT_H |
|---|
| 13 | |
|---|
| 14 | #define AP_AWAR_CONSPRO "tmp/ntree/conservProfile2Gnuplot" |
|---|
| 15 | #define AP_AWAR_CONSPRO_FILENAME AP_AWAR_CONSPRO "/file_name" |
|---|
| 16 | #define AP_AWAR_CONSPRO_SMOOTH_GNUPLOT AP_AWAR_CONSPRO "/smooth_gnuplot" |
|---|
| 17 | #define AP_AWAR_CONSPRO_GNUPLOT_DISP_POS AP_AWAR_CONSPRO "/gnuplot_display_positions" |
|---|
| 18 | #define AP_AWAR_CONSPRO_GNUPLOT_LEGEND AP_AWAR_CONSPRO "/gnuplot_legend" |
|---|
| 19 | #define AP_AWAR_CONSPRO_GNUPLOT_MIN_X AP_AWAR_CONSPRO "/gnuplot_xRange_min" |
|---|
| 20 | #define AP_AWAR_CONSPRO_GNUPLOT_MAX_X AP_AWAR_CONSPRO "/gnuplot_xRange_max" |
|---|
| 21 | #define AP_AWAR_CONSPRO_GNUPLOT_MIN_Y AP_AWAR_CONSPRO "/gnuplot_yRange_min" |
|---|
| 22 | #define AP_AWAR_CONSPRO_GNUPLOT_MAX_Y AP_AWAR_CONSPRO "/gnuplot_yRange_max" |
|---|
| 23 | #define AP_AWAR_BASE_FREQ_FILTER_NAME AP_AWAR_CONSPRO "/ap_filter/name" |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | #else |
|---|
| 27 | #error AP_conservProfile2Gnuplot.h included twice |
|---|
| 28 | #endif // AP_CONSERVPROFILE2GNUPLOT_H |
|---|
Note: See
TracBrowser
for help on using the repository browser.