aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-12-22 23:11:20 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-12-22 23:11:20 +0000
commitb216f03366586b22d9a4bee0731620b0f2b33e2e (patch)
tree4c8b36a53c9dea32801d386fa34dc6e166e1454e
parent356a1da9da926e70f551f1f2a353f9ea92ef0a06 (diff)
Comment out test code
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@238 bf6ca9ba-c028-0410-8290-897cf20841d1
-rw-r--r--src/basis.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/basis.c b/src/basis.c
index 8d94683..090ea15 100644
--- a/src/basis.c
+++ b/src/basis.c
@@ -107,9 +107,9 @@ UnitCell basis_get_cell(Basis *basis) {
double ax, ay, az, bx, by, bz, cx, cy, cz;
int s;
- basis->a.x = 0.5; basis->a.y = 0.0; basis->a.z = 0.0;
- basis->b.x = 0.0; basis->b.y = 0.2; basis->b.z = 0.0;
- basis->c.x = 0.0; basis->c.y = 0.0; basis->c.z = 1.0;
+// basis->a.x = 0.5; basis->a.y = 0.0; basis->a.z = 0.0;
+// basis->b.x = 0.0; basis->b.y = 0.2; basis->b.z = 0.0;
+// basis->c.x = 0.0; basis->c.y = 0.0; basis->c.z = 1.0;
printf("Reciprocal-space cell:\n");
basis_print(basis);