Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3351 in orxonox.OLD for orxonox/branches/parenting/src/curve.cc


Ignore:
Timestamp:
Jan 6, 2005, 5:09:13 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/parenting: :TrackManager: forking works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/curve.cc

    r3349 r3351  
    131131  float n = nodeCount -1;
    132132  float binCoef = 1;
    133   printf("n=%f\n", n);
    134133  while(tmpNode)
    135134    {
    136135      tmpNode->factor = binCoef;
    137       printf("bincoef: %f\n", binCoef);
    138136      if (tmpNode =tmpNode->next)
    139137        {
Note: See TracChangeset for help on using the changeset viewer.