aboutsummaryrefslogtreecommitdiff
path: root/src/basis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basis.h')
-rw-r--r--src/basis.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/basis.h b/src/basis.h
index 1d12be1..9fb1cda 100644
--- a/src/basis.h
+++ b/src/basis.h
@@ -1,7 +1,7 @@
/*
* basis.h
*
- * Find approximate lattices to feed various procedures
+ * Handle basis structures
*
* (c) 2007 Thomas White <taw27@cam.ac.uk>
*
@@ -32,7 +32,5 @@ typedef struct basis_struct {
Vector c;
} Basis;
-extern Basis *basis_find(ControlContext *ctx);
-
#endif /* BASIS_H */