|
@@ -45,6 +45,10 @@ int main( int argc, char **argv )
|
|
|
|
|
|
ResourceStatistics rs;
|
|
ResourceStatistics rs;
|
|
|
|
|
|
|
|
+ NICE::MatrixT<double> matTemp;
|
|
|
|
+ std::cerr << "foo " << std::endl;
|
|
|
|
+ std::cerr << matTemp << std::endl;
|
|
|
|
+
|
|
bool show_result = conf.gB( "debug", "show_results", false );
|
|
bool show_result = conf.gB( "debug", "show_results", false );
|
|
|
|
|
|
bool write_results = conf.gB( "debug", "write_results", false );
|
|
bool write_results = conf.gB( "debug", "write_results", false );
|