From af74694cabab27ed7ab936ab00da8de2ca3a5063 Mon Sep 17 00:00:00 2001 From: Kevin Gasperich Date: Thu, 30 Jan 2020 18:16:25 -0600 Subject: [PATCH] fixed typo --- src/hartree_fock/scf.irp.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hartree_fock/scf.irp.f b/src/hartree_fock/scf.irp.f index 7a24bf97..fabe9dd1 100644 --- a/src/hartree_fock/scf.irp.f +++ b/src/hartree_fock/scf.irp.f @@ -93,7 +93,7 @@ subroutine run mo_label = "Orthonormalized" if (is_periodic) then - call roothan_hall_scf_complex + call roothaan_hall_scf_complex else call roothaan_hall_scf endif