diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-09-19 02:24:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:58 +0100 |
commit | 2192bf3147635ab13cb4ffefdbbba759211fb8ae (patch) | |
tree | 4a78084858e29983a910b6513abf6dc675a2189c /src/cubeit.c | |
parent | 6e11ceb42221aabfdc83662e6a5066a1cf07b4ac (diff) |
Fix
Diffstat (limited to 'src/cubeit.c')
-rw-r--r-- | src/cubeit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeit.c b/src/cubeit.c index 6e614522..d5949848 100644 --- a/src/cubeit.c +++ b/src/cubeit.c @@ -336,7 +336,7 @@ static void write_slice(const char *filename, double *vals, int z, } max /= boost; - STATUS("%f %f\n", s*(xs*as+ys*bs*cos(ang)), s*(ys*bs*sin(ang)) + STATUS("%f %f\n", s*(xs*as+ys*bs*cos(ang)), s*(ys*bs*sin(ang))); surface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32, s*(xs*as+ys*bs*cos(ang)), |