Changeset 272 in flair-src
- Timestamp:
- Nov 28, 2018, 4:40:34 PM (6 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/FrameworkManager_impl.cpp
r262 r272 63 63 printf("\nSIGDEBUG received, reason %d: %s\n", reason, 64 64 reason <= SIGDEBUG_WATCHDOG ? reason_str[reason] : "<unknown>"); 65 printf("entering secondary mode\n"); 65 66 #endif 66 67 // Dump a backtrace of the frame which caused the switch to secondary mode: -
trunk/lib/FlairFilter/src/EulerDerivative_impl.cpp
r256 r272 33 33 const Matrix *init_value) { 34 34 this->self = self; 35 first_update = true; 35 36 36 37 if (init_value != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.