mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
added ramses loader
This commit is contained in:
parent
455fcdb9d8
commit
87de672f8c
3 changed files with 104 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue