mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Re-added Flash. Splitted loaders into their own static library
This commit is contained in:
parent
6fbf034768
commit
602dc86be5
2 changed files with 112 additions and 2 deletions
|
@ -507,8 +507,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
else if (args_info.flash_given)
|
||||
{
|
||||
//if (args_info.flash_given) {
|
||||
//simu = doLoadSimulation(args_info.flash_arg, args_info.axis_arg, false, loadFlashMulti);
|
||||
loader = flashLoader(args_info.flash_arg, NEED_POSITION|NEED_VELOCITY|NEED_GADGET_ID);
|
||||
}
|
||||
else if (args_info.multidark_given)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue