10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 23:22:18 +02:00
quantum_package/plugins/Properties/provide_deltarho.irp.f
2016-07-16 16:09:50 +02:00

12 lines
161 B
Fortran

program pouet
implicit none
read_wf = .True.
touch read_wf
call routine
end
subroutine routine
implicit none
provide integrated_delta_rho_all_points
end