Browse Source

added comment about d_broadcastPosHpr

Darren Ranalli 18 years ago
parent
commit
6960d34edc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/distributed/DistributedSmoothNodeBase.py

+ 1 - 0
direct/src/distributed/DistributedSmoothNodeBase.py

@@ -53,6 +53,7 @@ class DistributedSmoothNodeBase:
             BT.XYH:  self.cnode.broadcastPosHprXyh,
             BT.XY:  self.cnode.broadcastPosHprXy,
             }
+        # this comment is here so it will show up in a grep for 'def d_broadcastPosHpr'
         self.d_broadcastPosHpr = broadcastFuncs[self.broadcastType]
         
         # Set stagger to non-zero to randomly delay the initial task execution