Skip to content

Commit

Permalink
fix in the classical Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tgastine committed Feb 8, 2017
1 parent 9147b74 commit 52f26d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ getDlm.o : truncation.o blocking.o num_param.o constants.o\
out_dtB_frame.o : truncation.o blocking.o radial.o logic.o\
horizontal.o dtB.o radial_derivatives.o\
radial_derivatives_even.o $(FFT_OBJS) constants.o
updateB.o : truncation.o blocking.o horizontal.o\
updateB.o : truncation.o blocking.o horizontal.o fields.o\
phys_param.o num_param.o init_fields.o\
logic.o radial.o special.o constants.o\
RMS.o $(LAPACK_OBJS) radial_derivatives.o\
Expand All @@ -547,7 +547,7 @@ outGeos.o : truncation.o phys_param.o num_param.o\
horizontal.o radial.o blocking.o constants.o\
output_data.o logic.o cosine_transform_odd.o chebInt.o\
plms.o $(FFT_OBJS) LMLoop_data.o communications.o\
mem_alloc.o
mem_alloc.o TO_helpers.o
preCalculations.o : truncation.o phys_param.o num_param.o constants.o\
radial.o horizontal.o init_fields.o\
blocking.o logic.o output_data.o\
Expand Down

0 comments on commit 52f26d5

Please sign in to comment.