Revision 5c205f938e59e3c85f06b2c4e151f71ce4233785 authored by Adiv Paradise on 17 October 2017, 20:26:20 UTC, committed by Adiv Paradise on 17 October 2017, 20:26:20 UTC
Added Kristen's tidal-locking hack, enabled with the nfixed flag in
radmod_namelist and the fixedlon parameter (degrees).
1 parent 0a0b6a6
Raw File
make_most
most.x:	most.c
	cc -o most.x most.c -lm ${MOST_XLIB} -lX11
clean:
	rm -f *.o *.x
back to top