- Timestamp:
- May 16, 2020 11:49:02 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4420 r4422 4484 4484 G2frame.LastImportDir = fpath #set so next file is found in same place 4485 4485 dlg.Destroy() 4486 RMCPdict['ReStart'][0] = True 4486 4487 else: 4487 4488 dlg.Destroy() … … 4521 4522 fil = Indx[Obj.GetId()] 4522 4523 RMCPdict['files'][fil][0] = 'Select' 4524 RMCPdict['ReStart'][0] = True 4523 4525 wx.CallAfter(UpdateRMC) 4524 4526 … … 4685 4687 pdbname = G2pwd.MakefullrmcPDB(pName,data,RMCPdict) 4686 4688 RMCPdict['atomPDB'] = pdbname 4689 RMCPdict['ReStart'][0] = True 4687 4690 print(pdbname+ ' written') 4688 4691 return … … 4707 4710 batch.close() 4708 4711 sb.Popen('pdbparse.bat',creationflags=sb.CREATE_NEW_CONSOLE).pid 4712 RMCPdict['ReStart'][0] = True 4709 4713 else: 4710 4714 print(' Make PDB file for fullrmc abandonded')
Note: See TracChangeset
for help on using the changeset viewer.