Changeset 272 in flair-src for trunk


Ignore:
Timestamp:
11/28/18 16:40:34 (5 years ago)
Author:
Sanahuja Guillaume
Message:

correct bug og init euler derivative

Location:
trunk/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/FrameworkManager_impl.cpp

    r262 r272  
    6363  printf("\nSIGDEBUG received, reason %d: %s\n", reason,
    6464         reason <= SIGDEBUG_WATCHDOG ? reason_str[reason] : "<unknown>");
     65  printf("entering secondary mode\n");
    6566#endif
    6667  // Dump a backtrace of the frame which caused the switch to secondary mode:
  • trunk/lib/FlairFilter/src/EulerDerivative_impl.cpp

    r256 r272  
    3333                                           const Matrix *init_value) {
    3434  this->self = self;
     35  first_update = true;
    3536 
    3637  if (init_value != NULL) {
Note: See TracChangeset for help on using the changeset viewer.