X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_O.cpp;h=5ae917a5a066de1fdcfa9c7bcac8eef862223032;hp=a9259088ff03f99512816ef09f2039c9d5e91c59;hb=77235661032cfad2ccd0087ad51c53f4d8947faa;hpb=695f6ae955ec530cded8f21efd5569df39447f76 diff --git a/check/time_lw_O.cpp b/check/time_lw_O.cpp index a9259088..5ae917a5 100644 --- a/check/time_lw_O.cpp +++ b/check/time_lw_O.cpp @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "times.h" @@ -148,7 +148,7 @@ unsigned time_lw_O() } else { cout << " failed "; } - cout << int(1000*(time/(3*count)))*0.001 << "s (average)" << endl; + cout << time/(3*count) << "s (average)" << endl; cout << "timing Lewis-Wester test O2 (Resultant)" << flush; clog << "-------Lewis-Wester test O2 (Resultant):" << endl; @@ -163,7 +163,7 @@ unsigned time_lw_O() } else { cout << " failed "; } - cout << int(1000*rolex.read())*0.001 << "s (combined)" << endl; + cout << rolex.read() << "s (combined)" << endl; } else { cout << " disabled" << endl; clog << "(no output)" << endl;