2 small corrections for header of geom file

This commit is contained in:
Martin Diehl 2012-06-26 10:41:22 +00:00
parent 9b76b47ef9
commit 2b5ff6a456
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ for file in files:
file['material'].write(tempPart2)
file['geom'].write(
'resolution a %4d b %4d c %1d \ndimension %5.3f y %5.3f z %5.3f\nhomogenization 1\n'\
'3 header\nresolution a %4d b %4d c %1d \ndimension x %5.3f y %5.3f z %5.3f\nhomogenization 1\n'\
%(res[0],res[1],res[2],geomdim[0],geomdim[1],geomdim[2]))
if options.useNoRange:
for x in xrange(res[0]*res[1]):