Skip to content

Commit

Permalink
Changes to makefile and ljpolymer header
Browse files Browse the repository at this point in the history
  • Loading branch information
dilkins committed Oct 16, 2018
1 parent 60ecca8 commit 24f1f2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions drivers/LJPolymer.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
! This performs the calculations necessary to run a Lennard-Jones (LJ)
! simulation.
! This performs the calculations necessary to run a Lennard-Jones
! polymer simulation.
!
! Copyright (C) 2013, Joshua More and Michele Ceriotti
! Copyright (C) 2017, Mahdi Hijazi, David M. Wilkins and Michele Ceriotti
!
! Permission is hereby granted, free of charge, to any person obtaining
! a copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ FLAGS=-g -O3 -Wall
CFLAGS=$(FLAGS)
FFLAGS=$(FLAGS) -ffree-line-length-none -ffixed-line-length-none -Wno-maybe-uninitialized

MODULES=distance.f90 LJ.f90 SG.f90 pes/pswater.f90 pes/LEPS.f90 LJPolymer.f90
PES=pes/zundel.f pes/morse.f pes/qtip4pf.f pes/efield.f90 pes/eckart.f90 pes/utility.f pes/ch52008.f
MODULES=distance.f90 LJ.f90 SG.f90 pes/pswater.f90 pes/LEPS.f90 LJPolymer.f90 pes/efield.f90 pes/eckart.f90
PES=pes/zundel.f pes/morse.f pes/qtip4pf.f pes/utility.f pes/ch52008.f
OBJECTS=$(MODULES:%.f90=%.o) $(PES:%.f=%.o)
FC=gfortran
CC=gcc
Expand Down

0 comments on commit 24f1f2a

Please sign in to comment.