Comment 28 for bug 1406458

Revision history for this message
Ryan Richards (ryan-richards) wrote :

This looks nicer
fGradient[k][i][0] = (fGradient[k][i][0] == 0 ? 0: fGradient[k][i][0] / s);
fGradient[k][i][1] = (fGradient[k][i][1] == 0 ? 0: fGradient[k][i][1] / s);