diff scripts/general/bitget.m @ 5003:a0e7231a58eb

[project @ 2004-09-16 16:44:44 by jwe]
author jwe
date Thu, 16 Sep 2004 16:46:32 +0000
parents 0896307b1b48
children c08cb1098afc
line wrap: on
line diff
--- a/scripts/general/bitget.m	Thu Sep 16 01:11:39 2004 +0000
+++ b/scripts/general/bitget.m	Thu Sep 16 16:46:32 2004 +0000
@@ -35,7 +35,7 @@
   endif
 
   if (isa (A, "double"))
-    Amax = log2 (Bmax) + 1;
+    Amax = log2 (bitmax) + 1;
     _conv = @double;
   else
     if (isa (A, "uint8"))