From d91c397d02bd82d2ef423761b80b9253ffe13b5a Mon Sep 17 00:00:00 2001
From: Jacques Grelet <jacques.grelet@ird.fr>
Date: Thu, 2 Feb 2017 14:44:28 +0000
Subject: [PATCH] update to v1.461 update R2012 compiler project

---
 ReleaseNotes                            | 9 +++++++++
 compiler/Windows (x86)/R2012b/tsgqc.prj | 9 ++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/ReleaseNotes b/ReleaseNotes
index d7adea9..d46a316 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -1,10 +1,19 @@
 Release notes
 TSG-QC   jacques.grelet@ird.fr
 
+v1.46.1 (2017-02-02)
+ - add m_map high resolution
+ - plot ship track with Google Earth according selected data (zoom)
+ - compiled version tested with R2012b and 2016b compiler 
+ - update French documentation
+
 v1.46.0 (2017-01-28)
  - add kml toolbox inside repository
  - add compiler project for R2016b x64
  - improve climatology plot
+ - added suggested default values when requesting bias and error to assign 
+   to the TSG series
+ - add some example files from TSG networh under tsg_data directory
 
 v1.45.0 (2016-05-05)
  - add an icon to plot ship track with Google Earth using KML Toolbox:
diff --git a/compiler/Windows (x86)/R2012b/tsgqc.prj b/compiler/Windows (x86)/R2012b/tsgqc.prj
index ea55702..a29dab7 100644
--- a/compiler/Windows (x86)/R2012b/tsgqc.prj	
+++ b/compiler/Windows (x86)/R2012b/tsgqc.prj	
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <deployment-project plugin="plugin.deploytool" plugin-version="1.0">
-  <configuration target="target.standalone" target-name="Console Application" name="tsgqc" location="C:\svn\tsg-qc\trunk\compiler\Windows (x86)\R2012b" file="C:\svn\tsg-qc\trunk\compiler\Windows (x86)\R2012b\tsgqc.prj" build-checksum="3469974272">
+  <configuration target="target.standalone" target-name="Console Application" name="tsgqc" location="C:\svn\tsg-qc\trunk\compiler\Windows (x86)\R2012b" file="C:\svn\tsg-qc\trunk\compiler\Windows (x86)\R2012b\tsgqc.prj" build-checksum="1122571754">
     <param.project.name>C:\svn\tsg-qc\trunk\compiler\Windows (x86)\R2012b\tsgqc.prj</param.project.name>
     <param.target.type>Console Application</param.target.type>
     <param.appname>tsgqc</param.appname>
@@ -72,19 +72,19 @@
       <file>C:\svn\oceano\trunk\lib\matlab\woa05_seasonal_surf.nc</file>
       <file>C:\svn\tsg-qc\trunk\@dynaload</file>
       <file>C:\svn\tsg-qc\trunk\@hashtable</file>
+      <file>C:\svn\tsg-qc\trunk\@kml</file>
+      <file>C:\svn\tsg-qc\trunk\@kmlAnimation</file>
       <file>C:\svn\tsg-qc\trunk\@netcdf_native</file>
       <file>C:\svn\tsg-qc\trunk\@node</file>
       <file>C:\svn\tsg-qc\trunk\@stack</file>
       <file>C:\svn\tsg-qc\trunk\@tsg_nc</file>
-      <file>C:\svn\tsg-qc\trunk\tsg_data\test.nc</file>
+      <file>C:\svn\tsg-qc\trunk\tsg_data</file>
       <file>C:\svn\tsg-qc\trunk\tsg_icon</file>
       <file>C:\svn\tsg-qc\trunk\tsg_io</file>
       <file>C:\svn\tsg-qc\trunk\tsg_tools</file>
       <file>C:\svn\tsg-qc\trunk\tsg_util</file>
       <file>C:\svn\tsg-qc\trunk\tsgqc.m</file>
       <file>C:\Users\jgrelet\Documents\MATLAB\toolbox\jsonlab</file>
-      <file>C:\Users\jgrelet\Documents\MATLAB\toolbox\kml-toolbox\@kml</file>
-      <file>C:\Users\jgrelet\Documents\MATLAB\toolbox\kml-toolbox\@kmlAnimation</file>
       <file>C:\Users\jgrelet\Documents\MATLAB\toolbox\m_map</file>
       <file>C:\Users\jgrelet\Documents\MATLAB\toolbox\seawater</file>
     </fileset.resources>
@@ -97,7 +97,6 @@
     <matlab>
       <root>C:\Program Files (x86)\MATLAB\R2012b</root>
       <path>
-        <directory>C:\Users\jgrelet\Documents\MATLAB\toolbox\kml-toolbox</directory>
         <directory>C:\Users\jgrelet\Documents\MATLAB</directory>
         <directory>C:\svn\tsg-qc\trunk</directory>
         <directory>C:\svn\datagui\tags\V1_0</directory>
-- 
GitLab