From 9b4c1fc43dd649d2c427c23b1b482f817facafed Mon Sep 17 00:00:00 2001 From: Pratheek Shanthraj Date: Wed, 10 Sep 2014 08:09:35 +0000 Subject: [PATCH] added DAMASK_FEM.exe to bin_link list --- installation/symlink_Code.py | 1 + 1 file changed, 1 insertion(+) diff --git a/installation/symlink_Code.py b/installation/symlink_Code.py index 4fec25b2e..039541177 100755 --- a/installation/symlink_Code.py +++ b/installation/symlink_Code.py @@ -7,6 +7,7 @@ import damask bin_link = { \ '.' : [ 'DAMASK_spectral.exe', + 'DAMASK_FEM.exe' ], }