added DAMASK_FEM.exe to bin_link list

This commit is contained in:
Pratheek Shanthraj 2014-09-10 08:09:35 +00:00
parent f1e345dcdb
commit 9b4c1fc43d
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import damask
bin_link = { \
'.' : [
'DAMASK_spectral.exe',
'DAMASK_FEM.exe'
],
}