diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-02-07 14:06:25 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:13 +0100 |
commit | 58addb645ea760b701feb489a7efe4500082a591 (patch) | |
tree | 124bf389d163c50f7a81b34a24bb43576fc3c411 /src/reflist.h | |
parent | 56e68f969f3c48ca4a6b7d2721c50ae86a9e2f72 (diff) |
Finish implementation of binary tree
Diffstat (limited to 'src/reflist.h')
-rw-r--r-- | src/reflist.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/reflist.h b/src/reflist.h index d1f0d53c..c7b2ad42 100644 --- a/src/reflist.h +++ b/src/reflist.h @@ -53,9 +53,6 @@ extern void set_scalable(Reflection *refl, int scalable); /* Insertion */ extern Reflection *add_refl(RefList *list, INDICES); -extern Reflection *add_refl_with_det_pos(RefList *list, INDICES, double exerr, - double x, double y); - /* Deletion */ extern void delete_refl(Reflection *refl); |