#include "implicit_f.inc"
#include "com04_c.inc"
#include "scr17_c.inc"
Go to the source code of this file.
◆ create_h3d_parts_all()
| subroutine create_h3d_parts_all |
( |
type (h3d_database) | h3d_data, |
|
|
integer, dimension(lipart1,*) | ipart ) |
Definition at line 33 of file create_h3d_parts_all.F.
34
35
36
39
40
41
42#include "implicit_f.inc"
43
44
45
46 TYPE (H3D_DATABASE) :: H3D_DATA
47 INTEGER IPART(LIPART1,*)
48
49
50
51#include "com04_c.inc"
52#include "scr17_c.inc"
53
54
55
56 INTEGER NVAR
57
58
59
60 CHARACTER(LEN=NCHARLINE100) :: CARTE,CARTE1
61 INTEGER I,J,L,N_H3D_PART
62
63
64 ALLOCATE(h3d_data%PARTS(1)%PART(npart))
65
66 DO i=1,npart
67 h3d_data%PARTS(1)%PART(i) = 1
68
69 ENDDO
70
71
72 RETURN
73 999 print *,'error lecture'
integer, parameter ncharline100