|
Last change
on this file was
6381,
checked in by westram, 16 years ago
|
- fixed includes
- added MBI headers
- removed unused files
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | // =============================================================== // |
|---|
| 2 | // // |
|---|
| 3 | // File : PARS_debug.cxx // |
|---|
| 4 | // Purpose : // |
|---|
| 5 | // // |
|---|
| 6 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 7 | // http://www.arb-home.de/ // |
|---|
| 8 | // // |
|---|
| 9 | // =============================================================== // |
|---|
| 10 | |
|---|
| 11 | #include "pars_debug.hxx" |
|---|
| 12 | |
|---|
| 13 | #include <arbdb.h> |
|---|
| 14 | #include <aw_window.hxx> |
|---|
| 15 | |
|---|
| 16 | void display_out(double * /* liste */, int /* anz */, double /* prev */, double /* pars_start */, int /* rek_deep */) { |
|---|
| 17 | // dummy Funktion zum darstellen |
|---|
| 18 | return; |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | void display_clear(double (* /* funktion */)(double, double *, int), double * /* parm_liste */, int /* param_anz */, int /* pars_start */, int /* max_rek_deep */) { |
|---|
| 22 | // dummy funktion zum display clearen; |
|---|
| 23 | return; |
|---|
| 24 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.