File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/ferreusveritas/dynamictrees/cells Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,11 +231,11 @@ public int getDefaultHydration() {
231231 *
232232 * Example:
233233 * exampleSolver = 0x0514, 0x0413, 0x0312, 0x0211
234- * 0x0514.. (5 X 1 = 4) If there's 1 or more neighbor blocks with hydration 5 then make this block hydration 4
234+ * 0x0514.. (5 @ 1 = 4) If there's 1 or more neighbor blocks with hydration 5 then make this block hydration 4
235235 *
236236 * @param nv Array of counts of neighbor hydration values
237237 * @param solution Array of solver elements to solve the cell automata
238- * @return
238+ * @return resulting hydration value of the center cell
239239 */
240240 public static int solveCell (int [] nv , short [] solution ) {
241241 for (int d : solution ) {
You can’t perform that action at this time.
0 commit comments