My Project
 All Files Functions Macros
debugd.h
Go to the documentation of this file.
1 #ifndef HEADER_DEBUG
2 #define HEADER_DEBUG
3 
9 int ReadIn();
10 
19 void DebugD(const int n, const double x[]);
20 
21 
22 #endif
void DebugD(const int n, const double x[])
Definition: debugd.cpp:24
int ReadIn()
Definition: debugd.cpp:7