Skip to content

track_xyz is not working with name less xyz formats. #150

@SimoneMartino98

Description

@SimoneMartino98

It seems that with the following format of xyz:

<number of objects>
comment line
<x> <y> <z>
<x> <y> <z>
...
<x> <y> <z>

track_xyz doesn't work (which is weird because it should)

temporary solution

use this input format instead:

<number of objects>
comment line
<name> <x> <y> <z>
<name> <x> <y> <z>
...
<name> <x> <y> <z>

I'm going to investigate more on this (ASAP) and i'll update the discussion.

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions