We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1095652 commit 50bfff4Copy full SHA for 50bfff4
Makefile
@@ -36,7 +36,7 @@ worker_code.cc: interface.py
36
$(CODE_GENERATOR) --type=c interface.py HermiteGRXInterface -o $@
37
38
worker_code.h: interface.py
39
- $(CODE_GENERATOR) --type=H -i amuse.support.codes.stopping_conditions.StoppingConditionInterface interface.py HermiteGRXInterface -o $@
+ $(CODE_GENERATOR) --type=H -i amuse.community.interface.stopping_conditions.StoppingConditionInterface interface.py HermiteGRXInterface -o $@
40
41
hermite_grx_worker: worker_code.cc worker_code.h $(CODELIB) $(OBJS)
42
$(MPICXX) $(CXXFLAGS) $< -o $@ $(OBJS) $(CODELIB) -L./src -L$(AMUSE_DIR)/lib/stopcond -lstopcond -lhermite_grx
0 commit comments