Skip to content

Commit 432a082

Browse files
authored
Bug fixes for ESMF_Config (#207)
* fixes esmf-support 184 and esmf-support 155 * fix inserting and deleting to config buffer * fix for appending attribute to config buffer * read longer lines in ESMF_ConfigLoadFile_1proc_ * allow number sign within quotations * check for end quotations * fix memory leak line_buffer * remove ESMF_Config_pad * remove line size limitation from ESMF_Config * fix support for blank values * update documented buffer limit for ESMF_Config
1 parent 7804b54 commit 432a082

File tree

2 files changed

+234
-314
lines changed

2 files changed

+234
-314
lines changed

src/Infrastructure/Config/doc/Config_usage.tex

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
\subsubsection{Resource files}
44

55
A {\em Resource File (RF)} is a text file consisting of list of
6-
{\em label}-{\em value} pairs. There is a limit of 1024 characters
7-
per line and the Resource File can contain a maximum of 200 records.
8-
Each {\em label} should be followed by some data, the {\em value}.
9-
An example Resource File follows. It is the file used in the example
10-
below.
6+
{\em label}-{\em value} pairs. There is a buffer limit of 256,000
7+
characters for the entire Resource File. Each {\em label} is limited
8+
to 1,000 characters. Each label should be followed by some data, the
9+
{\em value}. An example Resource File follows. It is the file used
10+
in the example below.
1111

1212
\begin{verbatim}
1313
# This is an example Resource File.

0 commit comments

Comments
 (0)