[ENH]: mo_message enhancements
- add global switches in
mo_message
to turn of printing withmessage
anderror_message
SHOW_MSG = .true.
SHOW_ERR = .true.
-
add global variable for new line:NEWLINE = NEW_LINE('A')
- add switch to
error_message
to control raising stop error:-
raise=[.true.|.false.]
with.true.
by default
-
usemessage
everywhere in FORCES (instead ofprint
andwrite
) to be able to control output
Edited by Sebastian Müller