function row = shortCircuit(row, replace, with)
	row(find(row==replace)) = with;
