[26740] | 1 | Index: ../trunk-jpl/test/Archives/Archive247.arch
|
---|
| 2 | ===================================================================
|
---|
| 3 | Cannot display: file marked as a binary type.
|
---|
| 4 | svn:mime-type = application/octet-stream
|
---|
| 5 | Index: ../trunk-jpl/test/NightlyRun/test247.m
|
---|
| 6 | ===================================================================
|
---|
| 7 | --- ../trunk-jpl/test/NightlyRun/test247.m (revision 26401)
|
---|
| 8 | +++ ../trunk-jpl/test/NightlyRun/test247.m (revision 26402)
|
---|
| 9 | @@ -1,5 +1,5 @@
|
---|
| 10 | %Test Name: SquareShelfTranIspddIsdeltaO18pdNoInterpSSA2d
|
---|
| 11 | -md=triangle(model(),'../Exp/Square.exp',60000.);
|
---|
| 12 | +md=triangle(model(),'../Exp/Square.exp',180000.);
|
---|
| 13 | md=setmask(md,'all','');
|
---|
| 14 | md=parameterize(md,'../Par/SquareShelf.par');
|
---|
| 15 |
|
---|
| 16 | Index: ../trunk-jpl/test/NightlyRun/test247.py
|
---|
| 17 | ===================================================================
|
---|
| 18 | --- ../trunk-jpl/test/NightlyRun/test247.py (revision 26401)
|
---|
| 19 | +++ ../trunk-jpl/test/NightlyRun/test247.py (revision 26402)
|
---|
| 20 | @@ -12,7 +12,7 @@
|
---|
| 21 |
|
---|
| 22 | from SMBpddSicopolis import *
|
---|
| 23 |
|
---|
| 24 | -md = triangle(model(), '../Exp/Square.exp', 60000.)
|
---|
| 25 | +md = triangle(model(), '../Exp/Square.exp', 180000.)
|
---|
| 26 | md = setmask(md, 'all', '')
|
---|
| 27 | md = parameterize(md, '../Par/SquareShelf.py')
|
---|
| 28 |
|
---|