Parent Directory
|
Revision Log
|
Patch
| Revision 4 | Revision 5 | ||
|---|---|---|---|
| 1 | #!/usr/bin/perl | 1 | #!/usr/local/bin/perl |
| 2 | 2 | ||
| 3 | use PGtranslator; | 3 | use PGtranslator; |
| 4 | 4 | ||
| 5 | # defines the modules to be used by PGtranslator | 5 | # defines the modules to be used by PGtranslator |
| 6 | 6 | ||
| … | … | ||
| 22 | Multiple | 22 | Multiple |
| 23 | AlgParser | 23 | AlgParser |
| 24 | AnswerHash | 24 | AnswerHash |
| 25 | Fraction | 25 | Fraction |
| 26 | VectorField | 26 | VectorField |
| 27 | Complex1 | ||
| 28 | Complex | ||
| 27 | MatrixReal | 29 | MatrixReal |
| 28 | Matrix | 30 | Matrix |
| 29 | ) ); | 31 | ) ); |
| 30 | 32 | ||
| 31 | PGtranslator -> load_extra_packages(qw( AlgParserWithImplicitExpand | 33 | PGtranslator -> load_extra_packages(qw( AlgParserWithImplicitExpand |
|
||||||||
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |