Skip to content

Commit 50bfff4

Browse files
committed
updated makefile by including the correct library for compiling with the stopping conditions
1 parent 1095652 commit 50bfff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ worker_code.cc: interface.py
3636
$(CODE_GENERATOR) --type=c interface.py HermiteGRXInterface -o $@
3737

3838
worker_code.h: interface.py
39-
$(CODE_GENERATOR) --type=H -i amuse.support.codes.stopping_conditions.StoppingConditionInterface interface.py HermiteGRXInterface -o $@
39+
$(CODE_GENERATOR) --type=H -i amuse.community.interface.stopping_conditions.StoppingConditionInterface interface.py HermiteGRXInterface -o $@
4040

4141
hermite_grx_worker: worker_code.cc worker_code.h $(CODELIB) $(OBJS)
4242
$(MPICXX) $(CXXFLAGS) $< -o $@ $(OBJS) $(CODELIB) -L./src -L$(AMUSE_DIR)/lib/stopcond -lstopcond -lhermite_grx

0 commit comments

Comments
 (0)