# HG changeset patch # User paul # Date 2014-06-13 07:38:32 # Node ID 4ac63cfd5fe1348dbf23520adbacdb7d9ee28e88 # Parent 8abc460aa11b70e25290ad28b1972567f68baa25 1.0.0.9 diff --git a/FSW-qt/Makefile b/FSW-qt/Makefile --- a/FSW-qt/Makefile +++ b/FSW-qt/Makefile @@ -1,6 +1,6 @@ ############################################################################# # Makefile for building: bin/fsw -# Generated by qmake (2.01a) (Qt 4.8.6) on: Thu Jun 12 15:33:39 2014 +# Generated by qmake (2.01a) (Qt 4.8.6) on: Fri Jun 13 07:44:08 2014 # Project: fsw-qt.pro # Template: app # Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile fsw-qt.pro diff --git a/FSW-qt/fsw-qt.pro.user b/FSW-qt/fsw-qt.pro.user --- a/FSW-qt/fsw-qt.pro.user +++ b/FSW-qt/fsw-qt.pro.user @@ -1,6 +1,6 @@ - + ProjectExplorer.Project.ActiveTarget diff --git a/src/tc_handler.c b/src/tc_handler.c --- a/src/tc_handler.c +++ b/src/tc_handler.c @@ -533,7 +533,7 @@ int enter_mode( unsigned char mode, unsi status = restart_science_tasks( mode ); launch_waveform_picker( mode, transitionCoarseTime ); // launch_spectral_matrix( ); -// launch_spectral_matrix_simu( ); + launch_spectral_matrix_simu( ); } else if ( mode == LFR_MODE_STANDBY ) {