diff --git a/devel/trexio/export_trexio_routines.irp.f b/devel/trexio/export_trexio_routines.irp.f index c983d45..8635eb7 100644 --- a/devel/trexio/export_trexio_routines.irp.f +++ b/devel/trexio/export_trexio_routines.irp.f @@ -384,7 +384,7 @@ subroutine export_trexio ! One-e MO integrals ! ------------------ - if (export_mo_two_e_ints) then + if (export_mo_one_e_ints) then print *, 'MO one-e integrals' rc = trexio_write_mo_1e_int_kinetic(f,mo_kinetic_integrals)