Ignore:
Timestamp:
04/09/2006 06:04:26 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
f4f7d18
Parents:
6753ff7
Message:

Added inline_doc fragments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extras/do_ica_work

    r6753ff7 reddf89f5  
    1010
    1111set -e
     12
     13: <<inline_doc
     14    desc:       creates the ICA report
     15    usage:      do_ica_work $PREV $ITERATION $ICALOGDIR $DEST_ICA
     16    input vars: $1 previous iteration
     17                $2 current iteration
     18                $3 ICA log dir
     19                $4 directory where ICA iterations are stored
     20    externals:  --
     21    modifies:   --
     22    returns:    --
     23    on error:
     24    on success:
     25inline_doc
    1226
    1327local RAWDIFF=/tmp/rawdiff.$$
Note: See TracChangeset for help on using the changeset viewer.