diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-08-31 10:05:03 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-08-31 10:05:03 -0500 |
commit | 37510bc23ab8ba5266998c15fb48c869ef7ca796 (patch) | |
tree | 0b36a60184ef5bebaafeabbdd429cc748be28fca /src/Makefile | |
parent | 56e663aa644c5a7c5ca620c3f688cdd7fbefdc7d (diff) | |
download | sddm-37510bc23ab8ba5266998c15fb48c869ef7ca796.tar.gz sddm-37510bc23ab8ba5266998c15fb48c869ef7ca796.tar.bz2 sddm-37510bc23ab8ba5266998c15fb48c869ef7ca796.zip |
rotate and translate the path in path_init to speed things up
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 75a75cb..2e9169a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,7 +18,7 @@ test-vector: test-vector.o vector.o mt19937ar.o test-likelihood: test-likelihood.o muon.o random.o optics.o quantum_efficiency.o mt19937ar.o pdg.o vector.o solid_angle.o scattering.o -test-path: test-path.o mt19937ar.o vector.o path.o random.o +test-path: test-path.o mt19937ar.o vector.o path.o random.o misc.o test-charge: test-charge.o sno_charge.o misc.o |