We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6836e commit 2372c33Copy full SHA for 2372c33
c/xdifile.h
@@ -99,7 +99,7 @@ _EXPORT(void) XDI_cleanup(XDIFile *xdifile, long err);
99
/* #define FAMILYNAME "(?i)^[a-z_][a-z0-9_]+$" */
100
/* #define KEYNAME "(?i)^[a-z0-9_]+$" */
101
102
-#define DATALINE "^([ \\t]*[0-9\\.])"
+#define DATALINE "^([ \\t]*[-+]*?[0-9\\.])"
103
104
/* Notes:
105
1. The absorption edge must be one of those listed in ValidEdges below
0 commit comments