X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMDS%2Fchrono.cxx;h=f2f076df50bc71d0a59cb561d9fd6c5ae14fb042;hp=0fae4a48d26862d8c95c4b36812fbc36370630de;hb=41b3e4433388f439856c3b0bb3725e9c81179c24;hpb=5d68554076bbca0e1e95fb0db215a6c2b84b6c54 diff --git a/src/SMDS/chrono.cxx b/src/SMDS/chrono.cxx index 0fae4a48d..f2f076df5 100644 --- a/src/SMDS/chrono.cxx +++ b/src/SMDS/chrono.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2006-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -60,7 +60,7 @@ void counters::stats() } chrono::chrono(int i) : - _ctr(i), _run(true) + _run(true), _ctr(i) { //MESSAGE("chrono::chrono " << _ctr << " " << _run); _start = clock();