From: <ai...@us...> - 2008-12-16 17:47:50
|
Revision: 9138 http://plplot.svn.sourceforge.net/plplot/?rev=9138&view=rev Author: airwin Date: 2008-12-16 17:47:44 +0000 (Tue, 16 Dec 2008) Log Message: ----------- Remove example 31 from the f95 lists until it is implemented. Modified Paths: -------------- trunk/examples/f95/CMakeLists.txt trunk/plplot_test/test_f95.sh.in Modified: trunk/examples/f95/CMakeLists.txt =================================================================== --- trunk/examples/f95/CMakeLists.txt 2008-12-16 15:53:35 UTC (rev 9137) +++ trunk/examples/f95/CMakeLists.txt 2008-12-16 17:47:44 UTC (rev 9138) @@ -52,7 +52,6 @@ "28" "29" "30" -"31" ) # Process fortran header file to define isnan Modified: trunk/plplot_test/test_f95.sh.in =================================================================== --- trunk/plplot_test/test_f95.sh.in 2008-12-16 15:53:35 UTC (rev 9137) +++ trunk/plplot_test/test_f95.sh.in 2008-12-16 17:47:44 UTC (rev 9138) @@ -56,7 +56,7 @@ # Do the standard non-interactive examples. # skip 14 and 17 because they are interactive. - for index in 01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 18 19 20 21 22 23 24 25 26 27 28 29 30 31; do + for index in 01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 18 19 20 21 22 23 24 25 26 27 28 29 30; do if [ "$verbose_test" ]; then echo "x${index}f" fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |