EllipsoidToCentricTransform changes for revisions 10977:10978

This change does not apply to Apache SIS since the assertion code has been removed.

Command line:

svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r10977:10978 https://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/main/java/org/geotools/referencing/operation/transform/GeocentricTransform.java
Revision 10977Revision 10978
/**
 * Maximal error tolerance in metres during assertions, in metres. If assertions
 * are enabled (JDK 1.4 only), then every coordinates transformed with
 * {@link #inverseTransform} will be transformed again with {@link #transform}.
 * If the distance between the resulting position and the original position
 * is greater than <code>MAX_ERROR</code>, then a {@link AssertionError} is thrown.
 */
/**
 * Maximal error tolerance in metres during assertions, in metres. If assertions
 * are enabled (JDK 1.4 only), then every coordinates transformed with
 * {@link #inverseTransform} will be transformed again with {@link #mathTransform}.
 * If the distance between the resulting position and the original position
 * is greater than <code>MAX_ERROR</code>, then a {@link AssertionError} is thrown.
 */