Index: /issm/trunk/src/c/shared/Numerics/BrentSearch.cpp
===================================================================
--- /issm/trunk/src/c/shared/Numerics/BrentSearch.cpp	(revision 67)
+++ /issm/trunk/src/c/shared/Numerics/BrentSearch.cpp	(revision 68)
@@ -57,9 +57,9 @@
 	//display result
 	_printf_("\n        Iteration       x           f(x)       Tolerance         Procedure\n\n");
-	_printf_("        %s   %12.6g  %12.6g  %s","   N/A",xmin,fxmin,"         N/A         boundary\n");
+	_printf_("        %s    %12.6g  %12.6g  %s","   N/A",xmin,fxmin,"         N/A         boundary\n");
 
 	//get the value of the function at the first boundary xmax and display result
 	fxmax = (*f)(xmax,optargs);
-	_printf_("        %s   %12.6g  %12.6g  %s","   N/A",xmax,fxmax,"         N/A         boundary\n");
+	_printf_("        %s    %12.6g  %12.6g  %s","   N/A",xmax,fxmax,"         N/A         boundary\n");
 
 	//initialize the other variables
