Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.71 by jmc, Wed Aug 15 18:27:54 2012 UTC | revision 1.72 by jmc, Thu Aug 16 02:42:56 2012 UTC | |
|---|---|---|
| # | Line 168 for mname in $MACHINES ; do | Line 168 for mname in $MACHINES ; do |
| 168 | if test "x$ADJOINT" = xtrue ; then | if test "x$ADJOINT" = xtrue ; then |
| 169 | kind="adjoint" ; order='000' | kind="adjoint" ; order='000' |
| 170 | elif test "x$TANGLIN" = xtrue ; then | elif test "x$TANGLIN" = xtrue ; then |
| 171 | kind="tang-lin" ; order='001' | kind="tanglin" ; order='001' |
| 172 | elif test "x$RESTART" = x0 ; then | elif test "x$RESTART" = x0 ; then |
| 173 | kind="forward" ; order='002' | kind="forward" ; order='002' |
| 174 | else | else |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |