File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/main/java/net/imglib2/algorithm/math/abstractions Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1111public class Util
1212{
1313 /**
14- * Returns true if images have the same dimensions and iterator order.
15- * Returns false when the iteration order is incompatible .
14+ * Check for compatibility among the iteration order of the images, and
15+ * throws a RuntimeException When images have different dimensions .
1616 *
1717 * @param images
18- * @return
19- * @throws Exception When images have different dimensions.
18+ * @return Returns true if images have the same dimensions and iterator order, and false when the iteration order is incompatible.
2019 */
2120 static public boolean compatibleIterationOrder ( final LinkedList < RandomAccessibleInterval < ? > > images )
2221 {
You can’t perform that action at this time.
0 commit comments