Skip to content

Commit

Permalink
Merge branch 'develop' into fix/segfault-hamiltonian_get_hr
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannipizzi authored Feb 16, 2024
2 parents f1b6fa6 + b32e685 commit b5293ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.2
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ wannierise.o: ../wannierise.F90 hamiltonian.o constants.o io.o utility.o types.o
plot.o: ../plot.F90 constants.o io.o utility.o types.o hamiltonian.o ws_distance.o wannier90_types.o comms.o
$(COMPILER) $(POSTOPTS) $(FCOPTS) -c ../plot.F90

ws_distance.o: ../ws_distance.F90 constants.o io.o types.o
ws_distance.o: ../ws_distance.F90 constants.o io.o types.o utility.o
$(COMPILER) $(POSTOPTS) $(FCOPTS) -c ../ws_distance.F90

transport.o: ../transport.F90 constants.o io.o types.o hamiltonian.o wannier90_types.o
Expand Down

0 comments on commit b5293ec

Please sign in to comment.