[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:
11
tools/h5import/testfiles/textpfe.conf
Normal file
11
tools/h5import/testfiles/textpfe.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
PATH /test
|
||||
INPUT-CLASS TEXTFPE
|
||||
INPUT-SIZE 64
|
||||
RANK 1
|
||||
DIMENSION-SIZES 2
|
||||
OUTPUT-CLASS FP
|
||||
OUTPUT-SIZE 64
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user