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
summary.m, banner.m, cacheman.m, compile_mex.m, dipolar.m, existentials.m, exorcise.m, forum.m, hebrew.m, iseye.m, patrol.m, rearm.m, sniff.m, symmetry.m, tolerances.m, wiki.m, wipe_cache.m, Kernel_utilities
Version 2.3, authors: Ilya Kuprov, Luke Edwards