Project

General

Profile

« Previous | Next » 

Revision 53004

commented out shortcuts in score results evaluation

View differences:

DistanceScorer.java
46 46
		for (final ConditionAlgo cd : conditions) {
47 47
			final ConditionEvalMap map = cd.verify(a, b);
48 48
			res.mergeFrom(map);
49

  
50
			// commented out shortcuts
51
			/*
49 52
			if (map.anyNegative()) {
50 53
				return res;
51 54
			}
55
			*/
52 56

  
53 57
			//if (strict && (res < 0)) return -1;
54 58
			//cond += verify;

Also available in: Unified diff