Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > os > by-pkgid > 4b194777eaf705e440bb2ce282d32772 > files > 586

GMT-doc-4.5.3-3.fc14.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>1.1.6 Overview of GMT 4.3.1 [May-15, 2008]</TITLE>
<META NAME="description" CONTENT="1.1.6 Overview of GMT 4.3.1 [May-15, 2008]">
<META NAME="keywords" CONTENT="GMT_Docs">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="GMT_Docs.css">

<LINK REL="next" HREF="node17.html">
<LINK REL="previous" HREF="node15.html">
<LINK REL="up" HREF="node10.html">
<LINK REL="next" HREF="node17.html">
</HEAD>

<BODY  bgcolor="#ffffff">
<!--Navigation Panel-->
<A NAME="tex2html2722"
  HREF="node17.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html2716"
  HREF="node10.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html2710"
  HREF="node15.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html2718"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html2720"
  HREF="node256.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html2723"
  HREF="node17.html">1.1.7 Overview of GMT</A>
<B> Up:</B> <A NAME="tex2html2717"
  HREF="node10.html">1.1 What is new</A>
<B> Previous:</B> <A NAME="tex2html2711"
  HREF="node15.html">1.1.5 Overview of GMT</A>
 &nbsp; <B>  <A NAME="tex2html2719"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html2721"
  HREF="node256.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H2><A NAME="SECTION00916000000000000000">
1.1.6 Overview of </A><A NAME="tex2html432"
  HREF="http://gmt.soest.hawaii.edu"><B>GMT</B></A> 4.3.1 [May-15, 2008]
</H2>

<P>
This quick update only 2 weeks after the release of version 4.3.0 was prompted by the discovery of three
serious bugs; two of which were quite old but had caused no harm until tested under Fedora 9.
The third critical bug prevented the wholesale reading and writing of GRD98 format grids.  In addition
a few minor bugs were discovered; this is the list of all corrections:
<DL>
<DT><STRONG><A NAME="tex2html433"
  HREF="../man/gmt_io.c.html"><I><B>gmt_io.c</B></I></A><A NAME="4341"></A></STRONG></DT>
<DD>: <TT>GMT_nc_input</TT> would not read all data columns when no variable names were given.
</DD>
<DT><STRONG><A NAME="tex2html434"
  HREF="../man/gmt_mgg_header2.c.html"><I><B>gmt_mgg_header2.c</B></I></A><A NAME="4347"></A></STRONG></DT>
<DD>: Passed two of the arguments to <I>fread</I> in the wrong order. Prior to version 4.2.0
the return code (which indicated an error) was not checked yet the read did return the correct data.
With better error checking this latent bug now caused a refusal to read any GRD98 grid.
</DD>
<DT><STRONG><A NAME="tex2html435"
  HREF="../man/gmt_support.c.html"><I><B>gmt_support.c</B></I></A><A NAME="4352"></A></STRONG></DT>
<DD>: Allow a little more slop in determining whether primary tick
is at same location as secondary tick.
</DD>
<DT><STRONG><A NAME="tex2html436"
  HREF="../man/gmtselect.c.html"><I><B>gmtselect.c</B></I></A><A NAME="4357"></A></STRONG></DT>
<DD>: Did not like a variable number of input columns.  Now OK if both input and output is ASCII
and there are at least 2 (3 with <B>-Z</B>) input columns present.
</DD>
<DT><STRONG><A NAME="tex2html437"
  HREF="../man/grd2xyz.c.html"><I><B>grd2xyz.c</B></I></A><A NAME="4363"></A></STRONG></DT>
<DD>: For option <B>-E</B>, the test for <I>xinc</I> == <I>yinc</I> was susceptible to round-off.
</DD>
<DT><STRONG><A NAME="tex2html438"
  HREF="../man/project.c.html"><I><B>project.c</B></I></A><A NAME="4369"></A></STRONG></DT>
<DD>: Now explicitly initializes the pointers in the data structure to NULL since <I>realloc</I> does not
initialize new memory (yet almost all implementations of <I>realloc</I> appear to have done so anyway, masking the memory bug).
</DD>
<DT><STRONG><A NAME="tex2html439"
  HREF="../man/psxy.c.html"><I><B>psxy.c</B></I></A><A NAME="4374"></A></STRONG></DT>
<DD>: The <B>-D</B> option erroneously gave an error despite being used properly.
</DD>
<DT><STRONG><A NAME="tex2html440"
  HREF="../man/psxyz.c.html"><I><B>psxyz.c</B></I></A><A NAME="4380"></A></STRONG></DT>
<DD>: Similar problem as described for <A NAME="tex2html441"
  HREF="../man/project.html"><I><B>project</B></I></A><A NAME="4385"></A>.
</DD>
<DT><STRONG><A NAME="tex2html442"
  HREF="../man/xyz2grd.c.html"><I><B>xyz2grd.c</B></I></A><A NAME="4390"></A></STRONG></DT>
<DD>: The <B>-S</B> option incorrectly insisted that <B>-G</B> must be used.
</DD>
</DL>

<P>
In addition, many of the supplements did not work properly under Windows due to internal problems with the DLL.  Finally,
one enhancement snuck in before the decision to issue this update was made:

<OL>
<LI><A NAME="tex2html443"
  HREF="../man/gmt_init.c.html"><I><B>gmt_init.c</B></I></A><A NAME="4397"></A> was enhanced so that the media size <B>Custom_WxH</B> can use W and H in inch, cm, or m
by appending <B>i</B>, <B>c</B>, or <B>m</B> to each dimension [Default remains points].
</LI>
</OL>

<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html2722"
  HREF="node17.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html2716"
  HREF="node10.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html2710"
  HREF="node15.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html2718"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html2720"
  HREF="node256.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html2723"
  HREF="node17.html">1.1.7 Overview of GMT</A>
<B> Up:</B> <A NAME="tex2html2717"
  HREF="node10.html">1.1 What is new</A>
<B> Previous:</B> <A NAME="tex2html2711"
  HREF="node15.html">1.1.5 Overview of GMT</A>
 &nbsp; <B>  <A NAME="tex2html2719"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html2721"
  HREF="node256.html">Index</A></B> 
<!--End of Navigation Panel-->
<ADDRESS>
Paul Wessel
2010-07-14
</ADDRESS>
</BODY>
</HTML>