1、恢复到网格划分;

feature/ribbon-menu-20240927
simonyan 4 days ago
parent 758e1f8963
commit 1d095fd589

@ -346,10 +346,10 @@ bool nmSubWndMain::runCmdBy(QString sName, QString sID)
this->reservoirCharacteristics();
return true;
case 5114:
/*case 5114:
this->generationMesh();
return true;
*/
case 5115:
this->solveAndAnalyze();
return true;

@ -54,11 +54,11 @@ iSubWnd* nmSubWndUtils::createSubWnd(QString sID, QString sExt)
// TODO是否已经建立了新建分析
nmSubWndMain* pSubWndMain = new nmSubWndMain(NULL, sExt);
pSubWnd = pSubWndMain;
} else if (nID == 5014) {
} else if (nID == 5114) {
// 网格
nmSubWndGrid* pSubWndGrid = new nmSubWndGrid(NULL, sExt);
pSubWnd = pSubWndGrid;
} else if (nID == 5016) {
} else if (nID == 5116) {
// 后处理
nmSubWndPostprocessing* pSubWndPostProcessing = new nmSubWndPostprocessing(NULL, sExt);
pSubWnd = pSubWndPostProcessing;

Loading…
Cancel
Save