39#include "debug_rst.inc"
41 CHARACTER(len=*) :: SA
42 CHARACTER(LEN=NCHARTITLE) :: TITR
46 INTEGER OMP_GET_THREAD_NUM
47 EXTERNAL omp_get_thread_num
48 nt = omp_get_thread_num()
52 IF(flush_rst_to_txt)
THEN
56 WRITE(777+nt,*) trim(sa),
' '
59 WRITE(777+nt,*) a(i),titr(j:j+2)
63 WRITE(777+nt,*) trim(sa),
' '
82#include "debug_rst.inc"
84 DOUBLE PRECISION :: A(N)
85 CHARACTER(len=*) :: SA
88 INTEGER OMP_GET_THREAD_NUM
89 EXTERNAL omp_get_thread_num
90 nt = omp_get_thread_num()
96 IF(flush_rst_to_txt)
THEN
97 WRITE(777+nt,*) trim(sa),
' '
99 WRITE(777+nt,
'(E10.4,2X,Z20)') a(i),a(i)
integer, parameter nchartitle
subroutine write_db(a, n)
subroutine write_i_c_debug(a, n, sa)
subroutine write_db_debug(a, n, sa)
void write_i_c(int *w, int *len)