Skip to content
Snippets Groups Projects
Commit d37c142f authored by Nicolas Mansard's avatar Nicolas Mansard
Browse files

Remove a undesired trace.

parent 1e254bfe
No related branches found
No related tags found
No related merge requests found
......@@ -211,8 +211,8 @@ namespace dynamicgraph
void SolverDynReduced::
debugOnce( void )
{
dg::sot::DebugTrace::openFile("/tmp/sot.txt");
hsolver->debugOnce();
dg::sot::DebugTrace::openFile("/tmp/dynred.txt");
//hsolver->debugOnce();
}
/* --- STACK ----------------------------------------------------------- */
......@@ -572,8 +572,8 @@ namespace dynamicgraph
int& SolverDynReduced::
precomputeSOUT_function( int& dummy, int t )
{
if( t==1000 )
dynamicgraph::sot::DebugTrace::openFile("/tmp/dynred1000.txt");
//if( t==1000 )
//dynamicgraph::sot::DebugTrace::openFile("/tmp/dynred1000.txt");
/* Precompute the dynamic data. */
inertiaSqrootInvSIN.recompute(t);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment