From: David Flynn <[EMAIL PROTECTED]>

Signed-off-by: David Flynn <[EMAIL PROTECTED]>
---
 schroedinger/schroarith.h |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/schroedinger/schroarith.h b/schroedinger/schroarith.h
index 6e19eb9..229783d 100644
--- a/schroedinger/schroarith.h
+++ b/schroedinger/schroarith.h
@@ -95,22 +95,22 @@ struct _SchroArithContext {
   int ones;
 };
 
+/* TODO: eliminate unused members */
 struct _SchroArith {
+  SchroBuffer *buffer;
+  uint8_t *dataptr;
+
   uint32_t range[2];
   uint32_t code;
   uint32_t range_size;
-  uint16_t probabilities[SCHRO_CTX_LAST];
-  uint8_t shift;
-  uint16_t lut[512];
-
   int cntr;
-
-  uint8_t *dataptr;
   int offset;
   int carry;
-  SchroArithContext contexts[SCHRO_CTX_LAST];
+  uint8_t shift;
 
-  SchroBuffer *buffer;
+  uint16_t probabilities[SCHRO_CTX_LAST];
+  uint16_t lut[512];
+  SchroArithContext contexts[SCHRO_CTX_LAST];
 };
 
 SchroArith * schro_arith_new (void);
-- 
1.5.5




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Schrodinger-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/schrodinger-devel

Reply via email to