From 113eff6241e655d089e19af32a45e908c31e58e8 Mon Sep 17 00:00:00 2001 From: Marcus Cuda Date: Fri, 30 Oct 2009 21:40:19 +0800 Subject: [PATCH] added code generatation warning --- .../LinearAlgebra/Atlas/AtlasLinearAlgebraProvider.cs | 5 +++++ .../Algorithms/LinearAlgebra/Mkl/SafeNativeMethods.cs | 5 +++++ .../Algorithms/LinearAlgebra/NativeAlgebraProvider.include | 5 +++++ .../Algorithms/LinearAlgebra/SafeNativeMethods.include | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/src/Numerics/Algorithms/LinearAlgebra/Atlas/AtlasLinearAlgebraProvider.cs b/src/Numerics/Algorithms/LinearAlgebra/Atlas/AtlasLinearAlgebraProvider.cs index fec0e4d8..79356294 100644 --- a/src/Numerics/Algorithms/LinearAlgebra/Atlas/AtlasLinearAlgebraProvider.cs +++ b/src/Numerics/Algorithms/LinearAlgebra/Atlas/AtlasLinearAlgebraProvider.cs @@ -21,6 +21,11 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR // OTHER DEALINGS IN THE SOFTWARE. // + +/* This file is automatically generated - do not modify it. + Change NativeLinearAlgebraProvider instead. + Last generated on: 10/30/2009 3:38:53 PM +*/ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Atlas { using System; diff --git a/src/Numerics/Algorithms/LinearAlgebra/Mkl/SafeNativeMethods.cs b/src/Numerics/Algorithms/LinearAlgebra/Mkl/SafeNativeMethods.cs index b605cef1..1d5277a9 100644 --- a/src/Numerics/Algorithms/LinearAlgebra/Mkl/SafeNativeMethods.cs +++ b/src/Numerics/Algorithms/LinearAlgebra/Mkl/SafeNativeMethods.cs @@ -26,6 +26,11 @@ // OTHER DEALINGS IN THE SOFTWARE. // +/* This file is automatically generated - do not modify it. + Change SafeNativeMethods.include instead. + Last generated on: 10/30/2009 3:39:44 PM +*/ + using System.Runtime.InteropServices; using System.Security; diff --git a/src/Numerics/Algorithms/LinearAlgebra/NativeAlgebraProvider.include b/src/Numerics/Algorithms/LinearAlgebra/NativeAlgebraProvider.include index b35c43e6..063ed9ad 100644 --- a/src/Numerics/Algorithms/LinearAlgebra/NativeAlgebraProvider.include +++ b/src/Numerics/Algorithms/LinearAlgebra/NativeAlgebraProvider.include @@ -21,6 +21,11 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR // OTHER DEALINGS IN THE SOFTWARE. // + +/* This file is automatically generated - do not modify it. + Change NativeLinearAlgebraProvider.include instead. + Last generated on: <#=DateTime.Now.ToString()#> +*/ namespace MathNet.Numerics.Algorithms.LinearAlgebra.<#=library#> { using System; diff --git a/src/Numerics/Algorithms/LinearAlgebra/SafeNativeMethods.include b/src/Numerics/Algorithms/LinearAlgebra/SafeNativeMethods.include index ac6f11fc..4dd6e103 100644 --- a/src/Numerics/Algorithms/LinearAlgebra/SafeNativeMethods.include +++ b/src/Numerics/Algorithms/LinearAlgebra/SafeNativeMethods.include @@ -26,6 +26,11 @@ // OTHER DEALINGS IN THE SOFTWARE. // +/* This file is automatically generated - do not modify it. + Change SafeNativeMethods.include instead. + Last generated on: <#=DateTime.Now.ToString()#> +*/ + using System.Runtime.InteropServices; using System.Security;