report.m
Writes a log message to the console or an ACSII file. The message includes the call stack of the function that produced it.
Syntax
report(spin_system,report_string)
Parameters
report_string - a character string
Outputs
this function prints the message to the console or to the
destination specified in spin_system.sys.output
Notes
- A newline symbol at the end of the string is not necessary - it is added by the function.
- All output produced by this function may be silenced by setting sys.output='hush' in the Spinach input stream or by setting spin_system.sys.output='hush' at any point during the calculation.
See also
Version 2.3, authors: Ilya Kuprov, Luke Edwards