|
From: <ai...@us...> - 2009-02-28 20:59:20
|
Revision: 9643
http://plplot.svn.sourceforge.net/plplot/?rev=9643&view=rev
Author: airwin
Date: 2009-02-28 20:59:11 +0000 (Sat, 28 Feb 2009)
Log Message:
-----------
Move comment to correct place.
Modified Paths:
--------------
trunk/include/plplot.h
Modified: trunk/include/plplot.h
===================================================================
--- trunk/include/plplot.h 2009-02-28 18:54:06 UTC (rev 9642)
+++ trunk/include/plplot.h 2009-02-28 20:59:11 UTC (rev 9643)
@@ -833,13 +833,13 @@
PLDLLIMPEXP void
c_plcpstrm(PLINT iplsr, PLBOOL flags);
-/* Converts input values from relative device coordinates to relative plot */
-/* coordinates. */
-
/* Calculate continuous time from broken-down time for current stream. */
PLDLLIMPEXP void
c_plctime(PLINT year, PLINT month, PLINT day, PLINT hour, PLINT min, PLFLT sec, PLFLT *ctime);
+/* Converts input values from relative device coordinates to relative plot */
+/* coordinates. */
+
PLDLLIMPEXP void
pldid2pc(PLFLT *xmin, PLFLT *ymin, PLFLT *xmax, PLFLT *ymax);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|