avasyukov / gcm-3d

GCM engine for 3d problems
8 stars 10 forks source link

Partial implementation of a parallel collision detector. #15

Closed fufler closed 12 years ago

fufler commented 12 years ago

This a partial implementation of a parallel collision detector. Nodes/faces syncs are done. A proper code to process collisions between nodes and faces should be added.

A little code refactoring: replaced all cout invocations with logger ones.

Also added termination of all execution on exception.