9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 06:22:04 +02:00

Cleaning useless function
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Anthony Scemama 2023-04-21 18:10:08 +02:00
parent 5039bb674d
commit 528bf20e1e

View File

@ -21,10 +21,3 @@ program print_mos
end
double precision function f_mu(x)
implicit none
double precision, intent(in) :: x
end