Skip to content

Commit

Permalink
Added m4.cc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bengtsson committed Sep 27, 2017
1 parent c48e46b commit 0658665
Show file tree
Hide file tree
Showing 3 changed files with 1,103 additions and 3 deletions.
4 changes: 2 additions & 2 deletions projects/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SUBDIRS = ptc

bin_PROGRAMS = optics dynap leac dnu touschek ibs vlad tbt \
max_iv_1 max_iv_2 ibs_for_les delta bare_da match \
carbon_map dls 6BA track_fft
carbon_map dls 6BA track_fft m4

#sc_f_LINK = gfortran -g -O0 -Wall -fbounds-check -o sc_f

Expand All @@ -15,7 +15,6 @@ touschek_SOURCES = touschek.cc
ibs_SOURCES = ibs.cc
vlad_SOURCES = vlad.cc
tbt_SOURCES = tbt.cc
#m4_1_SOURCES = m4_1.cc
max_iv_1_SOURCES = max_iv_1.cc
max_iv_2_SOURCES = max_iv_2.cc
ibs_for_les_SOURCES = ibs_for_les.cc
Expand All @@ -26,6 +25,7 @@ carbon_map_SOURCES = carbon_map.cc
dls_SOURCES = dls.cc
6BA_SOURCES = 6BA.cc
track_fft_SOURCES = track_fft.cc
m4_SOURCES = m4.cc

#LIBS = -L$(TRACY_LIB)/tracy -ltracy
# gfortran needs to be before stdc_++ for Fortran programs
Expand Down
Loading

0 comments on commit 0658665

Please sign in to comment.