added ramses loader

This commit is contained in:
P.M. Sutter 2014-06-03 00:33:11 -04:00
parent 455fcdb9d8
commit 87de672f8c
3 changed files with 104 additions and 10 deletions

View file

@ -684,7 +684,7 @@ int main(int argc, char **argv)
if (args_info.ramsesBase_given && args_info.ramsesId_given) {
loader = ramsesLoader(args_info.ramsesBase_arg,
args_info.ramsesId_arg,
false,
true, // double precision with ramses... set this to false if you are dealing with single precision
NEED_POSITION|NEED_VELOCITY|NEED_GADGET_ID, preselector);
}
else