comments are implemented.

This commit is contained in:
ramin1728
2025-03-08 13:24:53 +03:30
parent e5c11cfea3
commit a5074e4eb7
5 changed files with 195 additions and 216 deletions

View File

@ -23,26 +23,26 @@ boundaries
right
{
type exit; // other options: periodict, reflective
type exit; // other options: periodic, reflective
}
bottom
{
type exit; // other options: periodict, reflective
type exit; // other options: periodic, reflective
}
top
{
type exit; // other options: periodict, reflective
type exit; // other options: periodic, reflective
}
rear
{
type exit; // other options: periodict, reflective
type exit; // other options: periodic, reflective
}
front
{
type exit; // other options: periodict, reflective
type exit; // other options: periodic, reflective
}
}