Skip to content

Commit

Permalink
removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannetty committed Sep 18, 2024
1 parent ad2afe7 commit af2257f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/arcade/potts/env/location/PottsLocation.java
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ public Location split(MersenneTwisterFast random) {
* @return a location with the split voxels
*/
public Location split(MersenneTwisterFast random, ArrayList<Integer> offsetPercents) {
// Get splitpoint voxel.
Voxel splitpoint = getSplitpoint(offsetPercents);
return performSplit(random, splitpoint);
}
Expand Down

0 comments on commit af2257f

Please sign in to comment.