ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/cas_test/toxfem/vasy
Revision: 110
Committed: Tue Jun 17 13:45:23 2008 UTC (17 years ago) by francois
File size: 760 byte(s)
Log Message:
un oubli dans le commit precedent

File Contents

# User Rev Content
1 francois 110 #!/bin/sh
2     cd toxfem
3     make setup
4     make
5     cd ..
6     ARCH=$($DEVROOT/Util/buildUtil/getarch)
7     $DEVROOT/magic/app/transfert/bin/$ARCH/transfert pltr.step
8     $DEVROOT/magic/app/carte/bin/$ARCH/carte -fichier pltr.magic -fichout pltr.ctt -dg 0.01 -fechantillonage 1 -festimation 1 -typecarte 0
9     $DEVROOT/magic/app/carte/bin/$ARCH/carte -fichier pltr.magic -fichout pltr2.ctt -dg 0.002 -fechantillonage 1 -festimation 1 -typecarte 0
10     $DEVROOT/magic/app/mailleur/bin/$ARCH/mailleur -magic pltr.magic -typecarte 2 -carte pltr2.ctt -niveau 2-typecarte
11     $DEVROOT/magic/app/mailleur/bin/$ARCH/mailleur -magic pltr.magic -typecarte 2 -carte pltr.ctt -octal -coef 1.
12     ./bin/$ARCH/toxfem -fichier pltr.magic -fichout pltr.magic
13     $DEVROOT/magic/app/transfert/bin/$ARCH/transfert pltr.magic
14    
15    

Properties

Name Value
svn:executable *