Skip to content
Snippets Groups Projects
Commit 9ff4fe4a authored by Van Dung NGUYEN's avatar Van Dung NGUYEN
Browse files

correct position to get ref

parent 1dfe5227
Branches
Tags
1 merge request!27Update from Master
......@@ -76,7 +76,7 @@ try:
import linecache
lineforce = linecache.getline('force41comp2.csv',7)
linedisp = linecache.getline('NodalDisplacement2comp2.csv',3)
lineener = linecache.getline('energy.csv',8)
lineener = linecache.getline('energy.csv',7)
except:
print('Cannot get the results in the files')
import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment