aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-28 18:00:27 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:22 +0100
commit2a6ce4a23bd88ca2603b47559ac831dbead6c6ad (patch)
tree93b7d1c005b81a4050ba8ce92aed3ba5ea1d4c4f /src/cell.h
parent49c9f1e1e7a01c09c1cebd99ca1dc6c32eec284d (diff)
Update docs
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cell.h b/src/cell.h
index 09d9144d..84948fb4 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -26,6 +26,13 @@ struct rvec
double w;
};
+
+/**
+ * UnitCell:
+ *
+ * This data structure is opaque. You must use the available accessor functions
+ * to read and write its contents.
+ **/
typedef struct _unitcell UnitCell;
extern UnitCell *cell_new(void);