#include "implicit_f.inc"
#include "param_c.inc"
#include "scr05_c.inc"
Go to the source code of this file.
◆ fxfluxwrest()
| subroutine fxfluxwrest |
( |
integer, dimension(*) | ibfflux, |
|
|
| fbfflux, |
|
|
type (glob_therm_), intent(in) | glob_therm ) |
Definition at line 35 of file fxfluxwrest.F.
36
37
38
39 use glob_therm_mod
40
41
42
43#include "implicit_f.inc"
44
45
46
47#include "param_c.inc"
48#include "scr05_c.inc"
49
50
51
52 INTEGER IBFFLUX(*)
54 type (glob_therm_) ,intent(in) :: GLOB_THERM
55
56
57
58
59 IF (irform/5<=1) THEN
60 CALL wrtsqr (fbfflux,glob_therm%LFACTHER*glob_therm%NFXFLUX,irform)
61 CALL wrtsqi (ibfflux,glob_therm%NITFLUX*glob_therm%NFXFLUX,irform)
62 ELSE
63 CALL write_db(fbfflux,glob_therm%LFACTHER*glob_therm%NFXFLUX)
64 CALL write_i_c(ibfflux,glob_therm%NITFLUX*glob_therm%NFXFLUX)
65 ENDIF
66
67 RETURN
subroutine write_db(a, n)
void write_i_c(int *w, int *len)