Skip to content

Replace use of box with use of space in several places

Micael Oliveira requested to merge sb_periodic_dim into develop

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.

Merge request reports