Changeset 3292

Show
Ignore:
Timestamp:
11/06/09 09:51:45 (2 weeks ago)
Author:
kraftche
Message:

fix use of initialized variable causing random test failures

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MOAB/trunk/TagServer.cpp

    r3289 r3292  
    872872    // If tag value is default value, then we want every entity 
    873873    // in 'range' of the correct type, except those with a different tag value. 
    874   bool equals_default; 
     874  bool equals_default = false; 
    875875  if (info->default_value()) { 
    876876    if (PROP_FROM_TAG_HANDLE(tag_handle) == MB_TAG_BIT)