~siesta-maint/siesta/rel-4.0

Viewing all changes in revision 589.

  • Committer: Alberto Garcia
  • Date: 2018-12-19 13:52:34 UTC
  • Revision ID: albertog@icmab.es-20181219135234-uxy9s8zhavnc1u4i
Avoid the use of a non-explicitly deallocated array

In SiestaXC/mesh3d.F90 an allocatable array was not explicitly
deallocated. This is acceptable for F95 and beyond, but it could
lead to problems with some compilers or compiler options.
The array can in fact be removed by a minor change of the code.

(Thanks to Yann Pouillon and Nick Papior)

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: