From: <arj...@us...> - 2010-11-24 07:52:08
|
Revision: 11350 http://plplot.svn.sourceforge.net/plplot/?rev=11350&view=rev Author: arjenmarkus Date: 2010-11-24 07:52:02 +0000 (Wed, 24 Nov 2010) Log Message: ----------- Correct the exact name for the new plstring() routine - located in the PLPLOTP module, not PLPLOT. This makes a difference for Ifort, but not for gfortran. Modified Paths: -------------- trunk/bindings/f95/plplotf95_ifort.def Modified: trunk/bindings/f95/plplotf95_ifort.def =================================================================== --- trunk/bindings/f95/plplotf95_ifort.def 2010-11-23 18:36:52 UTC (rev 11349) +++ trunk/bindings/f95/plplotf95_ifort.def 2010-11-24 07:52:02 UTC (rev 11350) @@ -77,7 +77,7 @@ PLPLOT_mp_PLSCMAP1LA PLPLOT_mp_PLSCMAP1LA2 PLPLOT_mp_PLSCMAP1L2 - PLPLOT_mp_PLSTRING + PLPLOTP_mp_PLSTRING PLPLOT_mp_PLSTRIPC PLPLOT_mp_PLSVECT PLPLOT_mp_PLSYM This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |