Overview
Comment:Now does odes.dat correctely
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 6e8145700c8aab5e5089ef8b770110a729b530999753ea5b507c6072d9929c45
User & Date: gawthrop@users.sourceforge.net on 1998-07-26 13:19:37
Other Links: branch diff | manifest | tags
Context
1998-07-26
13:30:33
Added aliases check-in: d9d6a6e697 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:19:37
Now does odes.dat correctely check-in: 6e8145700c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:00:47
Added alaises check-in: 376a23470b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/dat22dat from [faaffd1fca] to [bb076201a1].

9
10
11
12
13
14
15

16
17
18
	;;
    *)
	i=1;
        ;;
esac

echo Creating $1_$2.dat


awk  -F# '{print $1}' i=$1 <$1_odes.dat2 > $1_$2.dat








>

|

9
10
11
12
13
14
15
16
17
18
19
	;;
    *)
	i=1;
        ;;
esac

echo Creating $1_$2.dat
echo $i

awk  -F# '{print $i}' i=$i <$1_odes.dat2 > $1_$2.dat


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]