From: <arj...@us...> - 2010-02-17 07:49:27
|
Revision: 10803 http://plplot.svn.sourceforge.net/plplot/?rev=10803&view=rev Author: arjenmarkus Date: 2010-02-17 07:49:20 +0000 (Wed, 17 Feb 2010) Log Message: ----------- Correct the decorated name for the routine plgradient, as it appears in the linker def file. This caused an undefined symbol error. Modified Paths: -------------- trunk/bindings/f95/plplotf95.def trunk/bindings/f95/plplotf95_mingw.def Modified: trunk/bindings/f95/plplotf95.def =================================================================== --- trunk/bindings/f95/plplotf95.def 2010-02-11 02:22:29 UTC (rev 10802) +++ trunk/bindings/f95/plplotf95.def 2010-02-17 07:49:20 UTC (rev 10803) @@ -18,7 +18,7 @@ _PLPLOTP_mp_PLCONTOUR_1_ALL@16 _PLPLOTP_mp_PLCONTOUR_2_ALL@16 _PLPLOTP_mp_PLCONTOUR_TR_ALL@12 - _PLPLOTP_mp_PLGRADIENT@16 + _PLPLOT_mp_PLGRADIENT@12 _PLPLOTP_mp_PLVECTORS_0@12 _PLPLOTP_mp_PLVECTORS_1@20 _PLPLOTP_mp_PLVECTORS_2@20 Modified: trunk/bindings/f95/plplotf95_mingw.def =================================================================== --- trunk/bindings/f95/plplotf95_mingw.def 2010-02-11 02:22:29 UTC (rev 10802) +++ trunk/bindings/f95/plplotf95_mingw.def 2010-02-17 07:49:20 UTC (rev 10803) @@ -14,7 +14,7 @@ __plplotp_MOD_plcontour_tr_all __plplotp_MOD_plgdev __plplotp_MOD_plgfnam - __plplotp_MOD_plgradient + __plplot_MOD_plgradient __plplotp_MOD_plgver __plplotp_MOD_plimagefr_0 __plplotp_MOD_plimagefr_1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |