Skip to content

Commit

Permalink
I get the hand, but it is not moving. I must now start calling cloud …
Browse files Browse the repository at this point in the history
…functions

using cloud class.
  • Loading branch information
erlebach committed Jun 24, 2011
1 parent cb30f06 commit 3aa40d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rtpslib/system/SPH.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ namespace rtps
//call kernels
//TODO: add timings
#ifdef CPU
printf("updateCPU\n"); exit(3);
updateCPU();
#endif
#ifdef GPU
Expand All @@ -269,8 +270,6 @@ namespace rtps
cpuXSPH();
cpuCollision_wall();

printf("exit 3\n");exit(3);

if (integrator == EULER)
{
cpuEuler();
Expand Down

0 comments on commit 3aa40d9

Please sign in to comment.