Overview
Comment: | Changed to () form |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2f1942ae912d3c92d2b067a6ca187a64 |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-05 12:05:26 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-05
| ||
12:11:45 | Changed function name to name() check-in: 436a0a6509 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:05:26 | Changed to () form check-in: 2f1942ae91 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:04:03 | Changed function name to name() check-in: 4445c30b1b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_header from [dfc8551f84] to [690440172a].
︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.24 2000/12/05 10:04:52 peterg ## Fixed dummy variable bug ## ## Revision 1.23 2000/12/05 09:47:50 peterg ## Include crs as c files ## ## Revision 1.22 2000/12/04 12:19:12 peterg ## Changed $() to `` and $() to expr for sh compatibility -- geraint ## ## Revision 1.21 2000/12/04 08:52:40 peterg |
︙ | |||
283 284 285 286 287 288 289 | 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 | - + | echo Language $language not supported - sorry; exit 1 esac if [ "$rep" = "simpar" ]; then output=${output}${map} # Output is simpar_map in this case fi |
︙ | |||
312 313 314 315 316 317 318 | 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 | - + | *) esac echo " mtt$name = zeros($N,$M);" done } |
︙ | |||
338 339 340 341 342 343 344 | 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 | - + - + - + | EOF for dummy in $dummy_list; do echo ' ' $var_declaration $dummy';' done } # declare_dummies |
︙ | |||
423 424 425 426 427 428 429 | 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 | - + | zero_matrices; } # Argument specific stuff |
︙ | |||
477 478 479 480 481 482 483 | 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 | - + - + | ;; *) echo "Argument ${arg} not supported - sorry"; exit 1 esac } |
︙ | |||
527 528 529 530 531 532 533 | 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 | - + | fi fi done echo ${ans} } |
︙ | |||
554 555 556 557 558 559 560 | 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 | - + | octave_value_list retval; EOF } |
︙ | |||
579 580 581 582 583 584 585 | 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 | - + - + | ;; esac done printf "\n" } |
︙ |