Skip to content

Commit 84104ae

Browse files
committed
Rename main program unit
- NAG compiler gets confused when dftd4 module and dftd4 program are present
1 parent f6cc187 commit 84104ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/main.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
! along with dftd4. If not, see <https://www.gnu.org/licenses/>.
1616

1717
!> Entry point for the command line interface of dftd4
18-
program dftd4
18+
program driver
1919
use, intrinsic :: iso_fortran_env, only : error_unit
2020
use mctc_env, only : error_type
2121
use dftd4_cli, only : cli_config, get_arguments
@@ -38,4 +38,4 @@ program dftd4
3838
error stop
3939
end if
4040

41-
end program dftd4
41+
end program driver

0 commit comments

Comments
 (0)