Skip to content
Snippets Groups Projects
Commit ba738fbb authored by Ling Wu's avatar Ling Wu
Browse files

update ref

parent 372e46cb
No related branches found
No related tags found
1 merge request!29Update jl_gurs
......@@ -88,7 +88,7 @@ mysolver.solve()
check = TestCheck()
check.equal(1.363864e-01,mysolver.getArchivedForceOnPhysicalGroup("Face", 101, 0),1.e-6)
check.equal(1.352692e-01,mysolver.getArchivedForceOnPhysicalGroup("Face", 101, 0),1.e-6)
try:
import linecache
......@@ -100,9 +100,9 @@ except:
import os
os._exit(1)
else:
check.equal(6.697748e+08,float(linesmax.split(';')[1]))
check.equal(4.082482e+08,float(linesmin.split(';')[1]))
check.equal(5.455676e+08,float(linesmean.split(';')[1]))
check.equal(6.845972e+08,float(linesmax.split(';')[1]))
check.equal(4.128571e+08,float(linesmin.split(';')[1]))
check.equal(5.522685e+08,float(linesmean.split(';')[1]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment