Rev | Line | |
---|
[24307] | 1 | Index: ../trunk-jpl/test/NightlyRun/test2085.py
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test2085.py (revision 23785)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test2085.py (revision 23786)
|
---|
| 5 | @@ -25,7 +25,7 @@
|
---|
| 6 | md.materials.viscosity = np.array([0,0,2.0000e+00,1.0000e+00,1.0000e+00,1.0000e+25]).reshape(-1,1)*1e21
|
---|
| 7 | md.materials.lame_lambda = np.array(md.materials.lame_mu)*0+5e14
|
---|
| 8 | md.materials.issolid = np.array([1,0,1,1,1,1]).reshape(-1,1)
|
---|
| 9 | -md.materials.isburgers = np.zeros((md.materials.numlayers,))
|
---|
| 10 | +md.materials.isburgers = np.zeros((md.materials.numlayers)).reshape(-1,1)
|
---|
| 11 |
|
---|
| 12 | md.love.love_kernels = 1
|
---|
| 13 | md.love.allow_layer_deletion = 1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.