[svn-r15699] Bug fix #1281

The TEXTFPE was described in the usage (read floats in scientific notation) but was not implemeneted.
Solution:
remove TEXTFPE from the help system and have the TEXTFPE input type do
the same thing as TEXTPF currently does to support backwards compatibility (the format read for both TEXTFPE and TEXTPF is %f)
added a test

tested: windows, linux
This commit is contained in:
Pedro Vicente Nunes
2008-09-25 15:38:21 -05:00
parent 41e1d56e32
commit a6e2a45d15
6 changed files with 47 additions and 31 deletions

View File

@@ -0,0 +1,11 @@
PATH /test
INPUT-CLASS TEXTFPE
INPUT-SIZE 64
RANK 1
DIMENSION-SIZES 2
OUTPUT-CLASS FP
OUTPUT-SIZE 64