Salome HOME
Homard executable
[modules/homard.git] / src / tool / HOMARD_00 / hoconf.h
1 c
2 c nfconf est le nom du fichier de configuration pour HOMARD
3 c lfconf est la longueur de ce nom
4 c
5       character*200 nfconf
6       integer lfconf
7 c
8       parameter ( nfconf = 'HOMARD.Configuration' )
9       parameter ( lfconf = 20 )