]> sigrok.org Git - pulseview.git/blobdiff - pv/util.cpp
Only show sampling points when zoomed in far enough.
[pulseview.git] / pv / util.cpp
index f7ee77276a3cd02034293a3130502c135c47f181..c25c373b3c23e15ff8178f06615087e0659cfd18 100644 (file)
  * GNU General Public License for more details.
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "util.hpp"
 
 #include <extdef.h>
 
-#include <assert.h>
-
+#include <cassert>
 #include <algorithm>
 #include <sstream>