Subversion Repositories gelsvn

Rev

Rev 367 | Rev 417 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 367 Rev 373
Line 263... Line 263...
263
				// seen this simplify record less than 100 times, we try to
263
				// seen this simplify record less than 100 times, we try to
264
				// increase the error and store the record again. Maybe some
264
				// increase the error and store the record again. Maybe some
265
				// other contractions will make it more digestible later.
265
				// other contractions will make it more digestible later.
266
				if(simplify_rec.visits < 100)
266
				if(simplify_rec.visits < 100)
267
				{
267
				{
268
					simplify_rec.err *= 1.01;
268
					simplify_rec.err *= 1.01f;
269
					++simplify_rec.visits;
269
					++simplify_rec.visits;
270
					sim_queue.push(simplify_rec);
270
					sim_queue.push(simplify_rec);
271
				}
271
				}
272
			}
272
			}
273
			return 0;
273
			return 0;