read_floats (
f,
count,
array,
)
Read ascii float values on as many lines as needed to get count values.
Exceptions
|
|
SyntaxError, 'Error reading SITUS map file %s. Reached end of file after reading %d of %d map values' %( path, c, count )
SyntaxError, 'Error reading SITUS map file %s parsing line\n%s' %( path, line )
|
|