From 29670d47294d38a598edbfcdeb6c080201a6df61 Mon Sep 17 00:00:00 2001 From: Kevin Gasperich Date: Mon, 24 Feb 2020 11:19:45 -0600 Subject: [PATCH] fixed typo --- src/determinants/psi_cas_complex.irp.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/determinants/psi_cas_complex.irp.f b/src/determinants/psi_cas_complex.irp.f index 9e8ded87..ccc0abef 100644 --- a/src/determinants/psi_cas_complex.irp.f +++ b/src/determinants/psi_cas_complex.irp.f @@ -59,7 +59,7 @@ END_PROVIDER BEGIN_PROVIDER [ integer(bit_kind), psi_non_cas_complex, (N_int,2,psi_det_size) ] -&BEGIN_PROVIDER [ complex*16, psi_non_cas_coef,_complex (psi_det_size,n_states) ] +&BEGIN_PROVIDER [ complex*16, psi_non_cas_coef_complex, (psi_det_size,n_states) ] &BEGIN_PROVIDER [ integer, idx_non_cas_complex, (psi_det_size) ] &BEGIN_PROVIDER [ integer, N_det_non_cas_complex ] implicit none