openfoam/tutorials/verificationAndValidation
Mark Olesen 6b5492e3bd ENH: code simplification, improvements for reading dictionary variables
- Now accept '/' when reading variables without requiring
  a surrounding '{}'

- fix some degenerate parsing cases when the first character is
  already bad.

  Eg, $"abc" would have previously parsed as a <$"> variable, even
  although a double quote is not a valid variable character.

  Now emits a warning and parses as a '$' token and a string token.
2019-10-08 18:43:38 +02:00
..
schemes/divergenceExample TUT: use simpler syntax for libs entries 2019-08-30 16:45:45 +02:00
turbulentInflow ENH: code simplification, improvements for reading dictionary variables 2019-10-08 18:43:38 +02:00