comparison src/ls-utils.cc @ 4661:12b6fbd57436

[project @ 2003-11-25 05:41:35 by jwe]
author jwe
date Tue, 25 Nov 2003 05:41:36 +0000
parents 79fe96966ca0
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
4660:5df5c9c5c166 4661:12b6fbd57436
30 30
31 // MAX_VAL and MIN_VAL are assumed to have integral values even though 31 // MAX_VAL and MIN_VAL are assumed to have integral values even though
32 // they are stored in doubles. 32 // they are stored in doubles.
33 33
34 save_type 34 save_type
35 get_save_type (double max_val, double min_val) 35 get_save_type (double /* max_val */, double /* min_val */)
36 { 36 {
37 save_type st = LS_DOUBLE; 37 save_type st = LS_DOUBLE;
38 38
39 // Matlab doesn't seem to load the UINT32 type correctly, so let's 39 // Matlab doesn't seem to load the UINT32 type correctly, so let's
40 // avoid it (and the other unsigned types, even though they may not 40 // avoid it (and the other unsigned types, even though they may not