fixed bug in grain naming scheme. occurred for gaps in consecutive numberings...

This commit is contained in:
Philip Eisenlohr 2010-09-28 16:56:49 +00:00
parent 5a51082977
commit 3a4743f1d3
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ def gage(mesh,rcData):
"*select_elements",
"all_existing",
"*select_mode_except",
['grain_%i'%(i+1) for i in range(len(rcData['grain']))],
['grain_%i'%rcData['grainMapping'][i] for i in range(len(rcData['grain']))],
"#",
"*store_elements matrix",
"all_selected",