def OnFitanisoEtot(self, event):
try:
wx.MessageBox("Not implemented yet...",
"", wx.OK | wx.ICON_EXCLAMATION, self)
except:
wx.MessageBox("Something wrong while fitting total energies...",
"", wx.OK | wx.ICON_EXCLAMATION, self)
评论列表
文章目录