Skip to content

Commit

Permalink
fix: Add a missing variable to deepCopyFinalize directive
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Jun 7, 2024
1 parent ab45a53 commit 6e05898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tasks.evolve_forests.F90
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ subroutine evolveForestsPerform(self,status)
<deepCopy source="self%mergerTreeConstructor_" destination="mergerTreeConstructor_"/>
<deepCopy source="self%mergerTreeOperator_" destination="mergerTreeOperator_" />
<deepCopy source="self%nodeOperator_" destination="nodeOperator_" />
<deepCopyFinalize variables="mergerTreeEvolver_ mergerTreeOutputter_ mergerTreeInitializor_ mergerTreeConstructor_ mergerTreeOperator_"/>
<deepCopyFinalize variables="mergerTreeEvolver_ mergerTreeOutputter_ mergerTreeInitializor_ mergerTreeConstructor_ mergerTreeOperator_ nodeOperator_"/>
!!]
!$omp end critical(evolveForestsDeepCopy)
! Call routines to perform initialization which must occur for all threads if run in parallel.
Expand Down

0 comments on commit 6e05898

Please sign in to comment.