We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cc187 commit 84104aeCopy full SHA for 84104ae
app/main.f90
@@ -15,7 +15,7 @@
15
! along with dftd4. If not, see <https://www.gnu.org/licenses/>.
16
17
!> Entry point for the command line interface of dftd4
18
-program dftd4
+program driver
19
use, intrinsic :: iso_fortran_env, only : error_unit
20
use mctc_env, only : error_type
21
use dftd4_cli, only : cli_config, get_arguments
@@ -38,4 +38,4 @@ program dftd4
38
error stop
39
end if
40
41
-end program dftd4
+end program driver
0 commit comments