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
No related branches found
No related tags found
1 merge request!27Update from Master
...@@ -76,7 +76,7 @@ try: ...@@ -76,7 +76,7 @@ try:
import linecache import linecache
lineforce = linecache.getline('force41comp2.csv',7) lineforce = linecache.getline('force41comp2.csv',7)
linedisp = linecache.getline('NodalDisplacement2comp2.csv',3) linedisp = linecache.getline('NodalDisplacement2comp2.csv',3)
lineener = linecache.getline('energy.csv',8) lineener = linecache.getline('energy.csv',7)
except: except:
print('Cannot get the results in the files') print('Cannot get the results in the files')
import os import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment