summaryrefslogtreecommitdiff
path: root/debug.cc
blob: 34859a3c9f70c93242c47e6a4b1589198f816229 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <fstream.h>
#include "debug.hh"
#include "dstream.hh"
#include "vector.hh"

Dstream monitor(&cout,".dstreamrc");
ostream * nulldev = new ofstream("/dev/null");
void
debug_init()
{
    set_matrix_debug(monitor);
}