Skip to content

Commit 36d7ae0

Browse files
committed
updated various example scripts
1 parent fd6cc5d commit 36d7ae0

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

HTPHermite.py

100644100755
File mode changed.

HulseTaylor.py

100644100755
File mode changed.

Montgomery.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ def get_trajectories(initial, grav, t_end, pert=None):
9797
pyplot.show()
9898

9999
pyplot.scatter(time.value_in(units.yr), E/E[0], c='g')
100-
aylo
100+

hermitepn/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 HermitePNInterface -o $@
3737

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

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

0 commit comments

Comments
 (0)