]> SALOME platform Git repositories - modules/homard.git/blob - src/tool/Includes_Generaux/impr03.h
Salome HOME
Merge branch 'V9_13_BR'
[modules/homard.git] / src / tool / Includes_Generaux / impr03.h
1 c
2 90000 format(/,80('*'))
3 c Caracteres + Entiers
4 90001 format(a,i10,' : ',10i10)
5 90002 format('... ',a,' : ',10i10)
6 90012 format('... ',a,i10,' : ',10i10)
7 90022 format('... ',a,i10,' : ',20i10)
8 90032 format(/,'... ',a,' : ',10i10)
9 90112 format('... ',a,'(',i10,') : ',20i10)
10 90122 format('... ',a,'(',i10,',',i10,') : ',20i10)
11 90064 format('... ',i6,' : ',a,a)
12 90005 format('... ',a,' : ',20i10)
13 90015 format('... ',a,i10,a,20i10)
14 90016 format('... ',a,'(',i10,') : ',a)
15 90006 format(5(a,i10,', '))
16 90007 format(a,'(',i5,',',i5,') =',i10)
17 c Caracteres + Logiques
18 99001 format('... ',a,' :',10l2)
19 99002 format('... ',a,' : ',10(l1,', '))
20 c Caracteres + Reels
21 90004 format('... ',a,' : ',10g13.5)
22 90104 format(a,' : ',10g13.5)
23 90034 format('... ',5(a,' : ',g15.7,', '))
24 c Entiers + Reels
25 90014 format('... ',i6,' : ',10g13.5)
26 c Caracteres + Entiers + Reels
27 90024 format('... ',a,i10,' : ',10g13.5)
28 90044 format('... ',a,g13.5,a,i10)
29 90054 format('... ',a,i10,a,10g13.5)
30 90114 format('... ',a,'(',i10,') : ',10g13.5)
31 90124 format('... ',a,'(',i10,',',i10,') : ',10g13.5)
32 c Caracteres
33 90003 format('... ',a,' :',10(1x,a))
34 93010 format(10(a,', '))
35 93020 format('... ',a,' : ',10(a,', '))
36 93030 format('... ',a)
37 93080 format(10a8)
38 c Entiers
39 91010 format(10i10)
40 91011 format(10i2,' -',10i2)
41 91020 format(20i6)
42 91030 format(30i2)
43 91040 format(25i3)
44 91140 format(10(i5,' : ',i3))
45 91141 format(5(i5,' : ',i15))
46 c Reels
47 92010 format(10g16.8)
48 c