Home
last modified time | relevance | path

Searched refs:mMP2AOStorageRadio (Results 1 – 2 of 2) sorted by relevance

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A Dinputbuilder.h660 wxRadioBox* mMP2AOStorageRadio; variable
H A Dinputbuilder.cpp272 mMP2AOStorageRadio = NULL; in Create()
1353mMP2AOStorageRadio = new wxRadioBox( itemPanel162, ID_MP2AOSTORAGE_RADIO, _("AO integral storage")… in CreateControls()
1354 mMP2AOStorageRadio->SetSelection(0); in CreateControls()
1356mMP2AOStorageRadio->SetToolTip(_("$MP2:AOINTS -Choose the 2nd to distribute AO integrals over all … in CreateControls()
1357 itemBoxSizer163->Add(mMP2AOStorageRadio, 0, wxALIGN_LEFT|wxALL, 5); in CreateControls()
2344 mMP2AOStorageRadio->SetSelection(itemValue); in SetupMP2OptsItems()
3849 TmpInputRec->MP2->SetAOIntMethod(mMP2AOStorageRadio->GetSelection()+1); in OnMp2aostorageRadioSelected()