From 9ac9c5a3ed00b393407e9f28dbdb9e43f9ca82e8 Mon Sep 17 00:00:00 2001 From: Thomas Berg Date: Wed, 27 Feb 2019 12:29:48 -0800 Subject: [PATCH] integrate/quad/internal: fix character encoding Convert from ISO-8859-1 to UTF-8 --- integrate/quad/internal/PrintGoSlice.m | 2 +- integrate/quad/internal/genherm.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrate/quad/internal/PrintGoSlice.m b/integrate/quad/internal/PrintGoSlice.m index 2a9bb498..6b1f5019 100644 --- a/integrate/quad/internal/PrintGoSlice.m +++ b/integrate/quad/internal/PrintGoSlice.m @@ -1,4 +1,4 @@ -% Copyright ©2016 The Gonum Authors. All rights reserved. +% Copyright ©2016 The Gonum Authors. All rights reserved. % Use of this source code is governed by a BSD-style % license that can be found in the LICENSE file. diff --git a/integrate/quad/internal/genherm.m b/integrate/quad/internal/genherm.m index 3e21935c..ce1904c5 100644 --- a/integrate/quad/internal/genherm.m +++ b/integrate/quad/internal/genherm.m @@ -1,4 +1,4 @@ -% Copyright ©2016 The Gonum Authors. All rights reserved. +% Copyright ©2016 The Gonum Authors. All rights reserved. % Use of this source code is governed by a BSD-style % license that can be found in the LICENSE file.