2

Word wrap in e+ output?

Short question: can you control the length of the word wrap function in energy plus output files (or turn wrapping off)? I looked through the IORef but didn't see it mentioned.

Nick N's avatar
177
Nick N
asked 2015-07-20 13:11:55 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-07-22 10:04:37 -0500
edit flag offensive 0 remove flag close merge delete

Comments

I assume you are talking about the ERR file. The format of many of the other output files interprets new lines as separators in data. Wrapping them prematurely might mess up any post-processing of the files.

Neal Kruis's avatar Neal Kruis (2015-07-20 14:08:15 -0500) edit

Indeed - simply to the end of using a text editor's own wrapping function for ease of visually scanning through the ERR output.

Nick N's avatar Nick N (2015-07-22 08:30:37 -0500) edit
add a comment see more comments

1 Answer

3

The wrapping in the ERR file is not controlled to any specific number of characters. The output processor simply displays the strings as specified by the display routines (ShowSevereError, ShowFatalError, ShowContinueError, etc).

Neal Kruis's avatar
4.7k
Neal Kruis
answered 2015-07-20 14:03:23 -0500
MarkAdams's avatar
1.8k
MarkAdams
updated 2015-07-20 16:11:26 -0500
edit flag offensive 0 remove flag delete link

Comments

1

@Neal Kruis, I edited your answer to use permanent links to the GitHub repo line numbers. If develop moves, those line numbers may become incorrect. To get a permanent link, just hit y when browsing the file.

MarkAdams's avatar MarkAdams (2015-07-20 16:14:21 -0500) edit

GitHub magic is stronger and darker than I suspected ...

__AmirRoth__'s avatar __AmirRoth__ (2015-07-20 16:19:17 -0500) edit

Good eye, @Mark Adams. Thanks for the tip!

Neal Kruis's avatar Neal Kruis (2015-07-20 16:40:26 -0500) edit
add a comment see more comments