https://github.com/alphaparrot/ExoPlaSim
Revision ffaa0222bfef3d6a37e35336ec54197fd4a381a4 authored by Adiv Paradise on 15 October 2017, 03:09:27 UTC, committed by Adiv Paradise on 15 October 2017, 03:09:27 UTC
accurately represent a diversity of orbital configurations. Buggy.
1 parent 2a4f9c0
Raw File
Tip revision: ffaa0222bfef3d6a37e35336ec54197fd4a381a4 authored by Adiv Paradise on 15 October 2017, 03:09:27 UTC
Modified PlaSim's internal clock and zenith angle calculations to more
Tip revision: ffaa022
makedebug
most.x:	most.c
	gfortran -o most.x -g most.c -lm -L/usr/X11R6/lib -lX11
clean:
	rm -f *.o *.x
back to top