Skip to content

fix: remove deallocate of non allocated array

Pietro Delugas requested to merge fix_cpv_chargedensity into develop

Removes unused local allocatable ptmp in CPV/src/chargdensity.f90, unused non-allocated, but explicitly deallocated at the end of the routine, could possibly also cause crashes.

Edited by Pietro Delugas

Merge request reports