Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'debug' into IntelAdvisor
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Oct 15, 2021
2 parents f5ecf41 + 99e2c4c commit cc6ae42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/symba/symba_setup.f90
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ module subroutine symba_setup_tp(self, n, param)
allocate(self%nplenc(n))
allocate(self%levelg(n))
allocate(self%levelm(n))
allocate(self%info(n))

self%nplenc(:) = 0
self%levelg(:) = -1
Expand Down

0 comments on commit cc6ae42

Please sign in to comment.