lua print on which stream

Issue #172 resolved
Broes De Cat created an issue

I think lua output should be printed on the output stream by default. For example print(ground(T, S)) is printed on the errorstream now.

Comments (2)

  1. Broes De Cat reporter

    Fixes #172i

    Lua output was already printed on cout (ALWAYS), but there was a bug for the ecnf output, which has been fixed. Also, the lua datafiles used "print" for exceptions where they should use "io.stderr:write" which has been fixed.

    e93ecd4f84df

  2. Log in to comment