|
Last change
on this file since 955 was
135,
checked in by aslmd, 14 years ago
|
|
CHANGEMENT ARBORESCENCE ETAPE 2 -- NON COMPLET
|
-
Property svn:executable set to
*
|
|
File size:
630 bytes
|
| Line | |
|---|
| 1 | fichntrac=ntraceur.$1 |
|---|
| 2 | |
|---|
| 3 | if [ ! -f $fichntrac ] ; then |
|---|
| 4 | # si le fichier de dimensions n'existe pas, on le cree |
|---|
| 5 | |
|---|
| 6 | cat << EOF > $fichntrac |
|---|
| 7 | c----------------------------------------------------------------------- |
|---|
| 8 | c INCLUDE 'ntraceur.h' |
|---|
| 9 | c |
|---|
| 10 | c ntraceur.h contient la dimension de la variable traceur q |
|---|
| 11 | c Generalement egale au nombre de traceur. |
|---|
| 12 | c----------------------------------------------------------------------- |
|---|
| 13 | |
|---|
| 14 | INTEGER nqmx |
|---|
| 15 | |
|---|
| 16 | PARAMETER (nqmx=$1) |
|---|
| 17 | |
|---|
| 18 | c----------------------------------------------------------------------- |
|---|
| 19 | EOF |
|---|
| 20 | fi |
|---|
| 21 | |
|---|
| 22 | \rm ../ntraceur.h |
|---|
| 23 | tar cf - $fichntrac | ( cd .. ; tar xf - ; mv $fichntrac ntraceur.h ) |
|---|
Note: See
TracBrowser
for help on using the repository browser.