Skip to content

Fix usage of uninitialized variable

Micael Oliveira requested to merge remove_acc_print into develop

Description

The classical particles' acceleration is not always available, so we don't print it to the log anymore.

News snippet

Fix usage of uninitialized variable in classical particles.

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