aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cell_tool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cell_tool.c b/src/cell_tool.c
index 8453c9f7..70d80552 100644
--- a/src/cell_tool.c
+++ b/src/cell_tool.c
@@ -311,8 +311,8 @@ int main(int argc, char *argv[])
char *cell_file = NULL;
UnitCell *cell;
char *toler = NULL;
- double ltl = 5.0/100.0;
- double atl = deg2rad(1.5);
+ float ltl = 5.0/100.0;
+ float atl = deg2rad(1.5);
char *sym_str = NULL;
SymOpList *sym = NULL;
int mode = CT_NOTHING;