This commit is contained in:
Anthony Scemama 2010-02-25 15:18:15 +01:00
parent 07b0dacf6c
commit 32c57a20d5
1 changed files with 6 additions and 1 deletions

View File

@ -171,5 +171,10 @@ def write_ezfioFile(res,filename):
for i in "density density_lapl elf elf_grad eplf_lapl density_grad elf_grad elf_lapl eplf_grad".split():
exec "ezfio.compute_%s = False" % i
write_ezfioFile(file,firstArg+".ezfio")
def main():
write_ezfioFile(file,firstArg+".ezfio")
if __name__ == '__main__':
main()