source: tags/arb_5.3/PARSIMONY/PARS_debug.cxx

Last change on this file was 5390, checked in by westram, 16 years ago
  • TAB-Ex
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 523 bytes
Line 
1#include <stdio.h>
2#include <stdlib.h>
3
4#include <arbdb.h>
5#include <aw_root.hxx>
6#include <aw_device.hxx>
7#include <aw_window.hxx>
8#include "pars_debug.hxx"
9
10void display_out(double */*liste*/,int /*anz*/, double /*prev*/, double /*pars_start*/, int /*rek_deep*/) {
11    // dummy Funktion zum darstellen
12    return;
13}
14
15void display_clear(double (*/*funktion*/)(double,double *,int),double */*parm_liste*/,int /*param_anz*/,int /*pars_start*/,int /*max_rek_deep*/) {
16    // dummy funktion zum display clearen;
17    return;
18}
Note: See TracBrowser for help on using the repository browser.