Replies: 1 comment 5 replies
-
|
Hello Are you sure the expressions set by ${} have not been automatically replaced with their values? Guillaume |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I just found out that peacock does not support hit file brace expression. You can try any file with brace expression to show the error. For example
test/tests/coord_type/coord_type_rz_general.iIn the generated tmp files
peacock_run_mesh_tmp.iandpeacock_run_exe_tmp_coord_type_rz_general.i, the brace expression variable definitions are removed. However all the comment lines are kept. Are the brace expression variable definitions are removed intentionally or this is a bug? If we can keep all the comment lines, I guess it should be easy also to keep the variable definitions.Original file
The tmp file
Beta Was this translation helpful? Give feedback.
All reactions