Replace use of box with use of space in several places
Description
Replace use of box with use of space in several places, mainly by replacing sb%periodic_dim with space%periodic_dim and simul_box_is_periodic with space%is_periodic.
Checklist
-
I have checked that my code follows the Octopus coding standards -
I have added tests for all the new features added in this request.