From: <arj...@us...> - 2010-02-21 13:08:28
|
Revision: 10808 http://plplot.svn.sourceforge.net/plplot/?rev=10808&view=rev Author: arjenmarkus Date: 2010-02-21 12:15:23 +0000 (Sun, 21 Feb 2010) Log Message: ----------- Adding exports for plspal0 and plspal1 Modified Paths: -------------- trunk/bindings/f77/plplotf77.def trunk/bindings/f77/plplotf77_mingw.def trunk/bindings/f95/plplotf95.def trunk/bindings/f95/plplotf95_mingw.def Modified: trunk/bindings/f77/plplotf77.def =================================================================== --- trunk/bindings/f77/plplotf77.def 2010-02-21 10:48:08 UTC (rev 10807) +++ trunk/bindings/f77/plplotf77.def 2010-02-21 12:15:23 UTC (rev 10808) @@ -33,6 +33,8 @@ _PLSHADES1@68 _PLSHADES2@68 _PLSHADES@60 + _PLSPAL0@8 + _PLSPAL1@12 _PLSPAUSE@4 _PLSTART@16 _PLSTRC2F@16 Modified: trunk/bindings/f77/plplotf77_mingw.def =================================================================== --- trunk/bindings/f77/plplotf77_mingw.def 2010-02-21 10:48:08 UTC (rev 10807) +++ trunk/bindings/f77/plplotf77_mingw.def 2010-02-21 12:15:23 UTC (rev 10808) @@ -35,6 +35,8 @@ plshades1_ plshades2_ plshades_ + plspal0_ + plspal1_ plstart_ plstrc2f_ plstripc_ Modified: trunk/bindings/f95/plplotf95.def =================================================================== --- trunk/bindings/f95/plplotf95.def 2010-02-21 10:48:08 UTC (rev 10807) +++ trunk/bindings/f95/plplotf95.def 2010-02-21 12:15:23 UTC (rev 10808) @@ -31,6 +31,8 @@ _PLPLOTP_mp_PLSHADES_MULTIPLE_1@52 _PLPLOTP_mp_PLSHADES_MULTIPLE_2@52 _PLPLOTP_mp_PLSHADES_MULTIPLE_TR@48 + _PLPLOTP_mp_PLSPAL0@8 + _PLPLOTP_mp_PLSPAL1@12 _PLPLOTP_mp_PLLAB@24 _PLPLOTP_mp_PLMTEX@28 _PLPLOTP_mp_PLMTEX3@28 Modified: trunk/bindings/f95/plplotf95_mingw.def =================================================================== --- trunk/bindings/f95/plplotf95_mingw.def 2010-02-21 10:48:08 UTC (rev 10807) +++ trunk/bindings/f95/plplotf95_mingw.def 2010-02-21 12:15:23 UTC (rev 10808) @@ -38,6 +38,8 @@ __plplotp_MOD_plshades_multiple_1 __plplotp_MOD_plshades_multiple_2 __plplotp_MOD_plshades_multiple_tr + __plplotp_MOD_plspal0 + __plplotp_MOD_plspal1 __plplotp_MOD_plstart __plplotp_MOD_pltimefmt __plplotp_MOD_plvectors_0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |