mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: dynamicCode: display line numbers
This commit is contained in:
@ -233,7 +233,11 @@
|
||||
- codedFixedValue could be extended to provide local data however
|
||||
in terms of complexity this is not really worthwhile.
|
||||
|
||||
- all templates come from
|
||||
=etc/codeTemplates/dynamicCode=
|
||||
=~/.OpenFOAM/dev/codeTemplates/dynamicCode=
|
||||
- all templates come from (in order of preference)
|
||||
=FOAM_TEMPLATE_DIR=
|
||||
=~/.OpenFOAM/dev/codeTemplates/dynamicCode=
|
||||
=etc/codeTemplates/dynamicCode=
|
||||
|
||||
- any generated C++ code will display line numbers relative to the original
|
||||
dictionary (using the '#line' directive) to ease finding compilation
|
||||
errors.
|
||||
|
||||
Reference in New Issue
Block a user