Index: /issm/trunk-jpl/src/c/solutions/issm.cpp
===================================================================
--- /issm/trunk-jpl/src/c/solutions/issm.cpp	(revision 13433)
+++ /issm/trunk-jpl/src/c/solutions/issm.cpp	(revision 13434)
@@ -187,11 +187,13 @@
 	if(autodiff){
 		tapestats(1,tape_stats); //reading of tape statistics
-		_pprintLine_("   ADOLC statistics: ");
-		_pprintLine_("   "<<setw(45)<<left<<"Number of independents: " <<tape_stats[0]);
-		_pprintLine_("   "<<setw(45)<<left<<"Number of dependents: " <<tape_stats[1]);
-		_pprintLine_("   "<<setw(45)<<left<<"Maximal number of live active variables: " <<tape_stats[2]);
-		_pprintLine_("   "<<setw(45)<<left<<"Size of value stack (number of overwrites): " <<tape_stats[3]);
-		_pprintLine_("   "<<setw(45)<<left<<"Buffer size (a multiple of eight): " <<tape_stats[4]);
-		_pprintLine_("   "<<setw(45)<<left<<"Total number of operations recorded: " <<tape_stats[5]);
+		if(VerboseAutodiff()){
+			_pprintLine_("   ADOLC statistics: ");
+			_pprintLine_("   "<<setw(45)<<left<<"Number of independents: " <<tape_stats[0]);
+			_pprintLine_("   "<<setw(45)<<left<<"Number of dependents: " <<tape_stats[1]);
+			_pprintLine_("   "<<setw(45)<<left<<"Maximal number of live active variables: " <<tape_stats[2]);
+			_pprintLine_("   "<<setw(45)<<left<<"Size of value stack (number of overwrites): " <<tape_stats[3]);
+			_pprintLine_("   "<<setw(45)<<left<<"Buffer size (a multiple of eight): " <<tape_stats[4]);
+			_pprintLine_("   "<<setw(45)<<left<<"Total number of operations recorded: " <<tape_stats[5]);
+		}
 	}
 	#endif  /*}}}*/
Index: /issm/trunk-jpl/src/c/solutions/prognostic_core.cpp
===================================================================
--- /issm/trunk-jpl/src/c/solutions/prognostic_core.cpp	(revision 13433)
+++ /issm/trunk-jpl/src/c/solutions/prognostic_core.cpp	(revision 13434)
@@ -50,4 +50,4 @@
 	
 	
-	if(solution_type=PrognosticSolutionEnum)RequestedDependentsx(femmodel->results,femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters);
+	if(solution_type==PrognosticSolutionEnum)RequestedDependentsx(femmodel->results,femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters);
 }
