ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/Validation/src/GenRelValMod.cc
(Generate patch)

Comparing UserCode/MitAna/Validation/src/GenRelValMod.cc (file contents):
Revision 1.7 by loizides, Mon Jun 15 15:00:18 2009 UTC vs.
Revision 1.8 by ceballos, Wed May 12 19:03:39 2010 UTC

# Line 64 | Line 64 | void GenRelValMod::Process()
64            if(test==mother) {
65              mind=j+1;
66              // hack to overcome ambiguity
67 <            if(mind==5 && I==7 || I==8) mind=0;
67 >            if(mind==5 && (I==7 || I==8)) mind=0;
68              break;
69            }
70          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines