mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: support field width for #eval expressions
For example,
```
entry #eval 10 { vector(rand(), 0, 0) };
```
ENH: be more generous and ignore trailing ';' in expressions
STYLE: adjust parse token name for tensor::I
This commit is contained in:
@ -67,7 +67,7 @@
|
||||
#define TOK_SSPH_TENSOR_ID 67
|
||||
#define TOK_SYM_TENSOR_ID 68
|
||||
#define TOK_SSYM_TENSOR_ID 69
|
||||
#define TOK_UNIT_TENSOR 70
|
||||
#define TOK_IDENTITY_TENSOR 70
|
||||
#define TOK_TENSOR_ID 71
|
||||
#define TOK_STENSOR_ID 72
|
||||
#define TOK_LTRUE 73
|
||||
|
||||
Reference in New Issue
Block a user