#include "wave_hurst.h"
Go to the source code of this file.
Functions | |
int | main () |
|
Definition at line 5 of file hurstwave.cpp. 00006 { 00007 const char *path = "..\\data\\equities\\"; 00008 wave_hurst t( path ); 00009 t.test(); 00010 return 0; 00011 } |