diff options
author | Thomas White <taw@physics.org> | 2019-08-01 14:39:21 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-08-01 14:39:21 +0200 |
commit | 40640193b37e584d12ca3695f16079140cb6b651 (patch) | |
tree | 9f1065f43514751081497167f72e4257915bb9fb | |
parent | 23a6af9398fbfa89c87f412ed139a76e44fa9d65 (diff) |
hdfsee: Fix 0.5 Angstrom resolution ring
-rw-r--r-- | src/dw-hdfsee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index 86c5ec4d..e8d8b84a 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -440,7 +440,7 @@ static int draw_stuff(cairo_surface_t *surf, DisplayWindow *dw) 0.6, 1.0, 0.6); show_ring(cr, dw, 1.0e-10, "1A", &basic_m, 0.8, 1.0, 0.8); - show_ring(cr, dw, 1.0e-10, "0.5A", &basic_m, + show_ring(cr, dw, 0.5e-10, "0.5A", &basic_m, 1.0, 1.0, 1.0); } else { int i; |