mirror of
https://gitlab.com/scemama/eplf
synced 2025-01-03 10:05:58 +01:00
Bug
This commit is contained in:
parent
07b0dacf6c
commit
32c57a20d5
@ -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
|
||||
|
||||
|
||||
def main():
|
||||
write_ezfioFile(file,firstArg+".ezfio")
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user