You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The normal field is currently a normal of the face the particle is located at. But this is a duplicated information (the normal is stored in the Face object already), neither normal is a property of a particle in any way. So, the field must be removed, the some_particle->map_node->get_face()->get_normal() expression should be used to retrieve a normal given a particle
The
normal
field is currently a normal of the face the particle is located at. But this is a duplicated information (the normal is stored in theFace
object already), neithernormal
is a property of a particle in any way. So, the field must be removed, thesome_particle->map_node->get_face()->get_normal()
expression should be used to retrieve a normal given a particleminds_crawl/src/simulation_objects/Particle.cuh
Lines 150 to 151 in f4dc1c9
The text was updated successfully, but these errors were encountered: