reorganizing HF code

This commit is contained in:
Bill March
2010-12-01 15:53:27 +00:00
parent 9e61e94804
commit c27aa097ca
94 changed files with 3 additions and 1 deletions
@@ -24,6 +24,8 @@ int main(int argc, char* argv[]) {
max_band = fx_param_double_req(NULL, "max_band");
int num_bands = fx_param_int_req(NULL, "num_bands");
double band_width;
int n = fx_param_int_req(NULL, "n");
fx_module* mod = fx_submodule(NULL, "n_point_multi");
@@ -56,7 +56,7 @@ typedef BinarySpaceTree<DHrectBound<2>, Matrix, NPointStat> NPointNode;
/**
*
*
*/
class NodeTuple {