291 | | {{{ PRINT*, '+++ user_spectra/preprocess: Spectra of ', & }}} \\ |
292 | | {{{ TRIM( data_output_sp(m) ), ' can not be calculated' }}} \\ |
| 291 | {{{ message_string = 'Spectra of ' // &}}}\\ |
| 292 | {{{ TRIM( data_output_sp(m) ) // ' can not be calculated'}}}\\ |
| 293 | {{{ CALL message( 'user_spectra', 'UI0010', 0, 0, 0, 6, 0 )}}}\\ |
302 | | {{{ PRINT*, '+++ user_spectra/data_output: Spectra of ', & }}} \\ |
303 | | {{{ TRIM( data_output_sp(m) ), ' are not defined' }}} \\ |
| 303 | {{{ message_string = 'Spectra of ' // &}}}\\ |
| 304 | {{{ TRIM( data_output_sp(m) ) // ' are not defined'}}}\\ |
| 305 | {{{ CALL message( 'user_spectra', 'UI0011', 0, 0, 0, 6, 0 )}}}\\ |