Skip to content

Commit

Permalink
Slight java doc clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreusveritas committed Feb 2, 2018
1 parent 586f50f commit 9d9aea5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ public int getDefaultHydration() {
*
* Example:
* exampleSolver = 0x0514, 0x0413, 0x0312, 0x0211
* 0x0514.. (5 X 1 = 4) If there's 1 or more neighbor blocks with hydration 5 then make this block hydration 4
* 0x0514.. (5 @ 1 = 4) If there's 1 or more neighbor blocks with hydration 5 then make this block hydration 4
*
* @param nv Array of counts of neighbor hydration values
* @param solution Array of solver elements to solve the cell automata
* @return
* @return resulting hydration value of the center cell
*/
public static int solveCell(int[] nv, short[] solution) {
for(int d: solution) {
Expand Down

0 comments on commit 9d9aea5

Please sign in to comment.