Skip to content

Commit 0e68fae

Browse files
committed
Updated tests
1 parent 15abe7f commit 0e68fae

4 files changed

Lines changed: 38 additions & 33 deletions

File tree

res/interior_data/runtests_mantle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
9.99986800867969e+21,
217217
9.999977507085548e+21,
218218
9.999972511551995e+21,
219-
2.057646520237794e+21,
219+
5903717639502.909,
220220
5903717639502.909,
221221
4796274140547.893,
222222
3909525547701.5,

src/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ module common
273273

274274
if type=="liquid"
275275
Ic[Y[1],1] = -r^n / g
276-
Ic[Y[1],1] = -r^n / g
276+
Ic[Y[1],3] = 1.0
277277
Ic[Y[2],2] = 1.0
278278
Ic[Y[3],3] = g*ρ
279279
Ic[Y[5],1] = r^n

0 commit comments

Comments
 (0)