Changeset 7095


Ignore:
Timestamp:
May 27, 2009, 8:53:57 AM (15 years ago)
Author:
rwilson
Message:

Fixed bug in Windows code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/utilities/log.py

    r7094 r7095  
    268268
    269269        memoryStatusEx = MEMORYSTATUSEX()
    270         memoryStatus.dwLength = ctypes.sizeof(MEMORYSTATUSEX)
     270        memoryStatusEx.dwLength = ctypes.sizeof(MEMORYSTATUSEX)
    271271        kernel32.GlobalMemoryStatusEx(ctypes.byref(memoryStatusEx))
    272272
Note: See TracChangeset for help on using the changeset viewer.