Apparently my edit this time was unsuccessful, tons of error messeages showed up when I ran "make -j" command in working directory. However this commit is mainly for education purposes, it's so that Miikka (main) and others can see what I changed easily and can use as teaching reference.

This commit is contained in:
JackHsu
2019-07-26 16:22:04 +08:00
parent 67d9f19006
commit 9d625688ac
2 changed files with 14 additions and 0 deletions

View File

@@ -72,6 +72,12 @@
FUNC(AC_star_pos_y),\
FUNC(AC_star_pos_z),\
FUNC(AC_M_star),\
/* properties of sink particle*/\
FUNC(AC_sink_pos_x),\
FUNC(AC_sink_pos_y),\
FUNC(AC_sink_pos_z),\
FUNC(AC_M_sink),\
//The above is function for sink particle, not sure if it's supposed to be here but just a try
/* Run params */\
FUNC(AC_cdt), \
FUNC(AC_cdtv), \