mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-23 13:00:17 +00:00
Update array2d.cpp
This commit is contained in:
parent
d634ec9829
commit
4ba44fa51b
@ -286,7 +286,7 @@ struct Array2d{
|
||||
new_array._set(i, j, VAR(count));
|
||||
}
|
||||
}
|
||||
}else if(neighborhood == "von_neumann"){
|
||||
}else if(neighborhood == "von Neumann"){
|
||||
for(int j = 0; j < new_array.n_rows; j++){
|
||||
for(int i = 0; i < new_array.n_cols; i++){
|
||||
int count = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user