Skip to content

dictionary error message missing line number

Functionality to add/problem to solve

dictionary parsing error message not printing line number/file name

With incorrect topoSetDict dictionary:

    {
        name    f0;
        source  boxToFace
        box     (0.499 -100 -100)(0.501 100 100);
    }

it gives error message without printing file/line number. filename is not valid ('source') but line number is correct however does not get printed.

Proposal

either

  • fix filename to be fed through or
  • output linenumber (even though filename is not correct)