Skip to content
Snippets Groups Projects
Commit 28ae502b authored by Laura Lindner's avatar Laura Lindner
Browse files

corrected error in startfile

parent 44c3622d
No related branches found
No related tags found
2 merge requests!181actual status of monodomain,!179added possibility to use different time integration schemes for ion...
Pipeline #124894 failed
...@@ -13,7 +13,7 @@ path='../../data/BiVentricle/' ...@@ -13,7 +13,7 @@ path='../../data/BiVentricle/'
pathToMakeFolders='../'+path pathToMakeFolders='../'+path
def moveActivationtime(l,j, expPath): def moveActivationtime(l,j, expPath):
shutil.move('../../build/data/vtu/ActivationTime.vtu', pathToMakeFolders+expPath+'AT_l'+str(l)+'j'+str(j)+.vtu) shutil.move('../../build/data/vtu/ActivationTime.vtu', pathToMakeFolders+expPath+'AT_l'+str(l)+'j'+str(j)+'.vtu')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment