Changeset 21646


Ignore:
Timestamp:
03/30/17 02:30:03 (8 years ago)
Author:
schlegel
Message:

BUG: Does python even need this?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/WriteData.py

    r21303 r21646  
    213213                #first write length of record
    214214                recordlength=4+4+8*np.product(s)+4+4; #2 integers (32 bits) + the double matrix + code + matrix type
    215                 if recordlength > 2**31 :
     215                if recordlength > 4**31 :
    216216                        raise ValueError('field %s cannot be marshalled because it is larger than 4^31 bytes!' % enum)
    217217
Note: See TracChangeset for help on using the changeset viewer.