10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 01:45:59 +02:00

Missing PROVIDE

This commit is contained in:
Thomas Applencourt 2017-01-31 16:07:41 -06:00
parent c204a890de
commit 78c47519da

View File

@ -90,7 +90,7 @@ END_PROVIDER
logical :: ok logical :: ok
integer, external :: searchDet integer, external :: searchDet
PROVIDE psi_non_ref_sorted_idx PROVIDE psi_non_ref_sorted_idx psi_ref_coef
!$OMP PARALLEL default(none) shared(psi_non_ref, hh_exists, pp_exists, N_int,& !$OMP PARALLEL default(none) shared(psi_non_ref, hh_exists, pp_exists, N_int,&
!$OMP active_excitation_to_determinants_val, active_excitation_to_determinants_idx)& !$OMP active_excitation_to_determinants_val, active_excitation_to_determinants_idx)&