소스 검색

change bruker quantify method to "oxides"

gsp 1 년 전
부모
커밋
70d4801b52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OTSCPP/OTSControl/Bruker/OTSBrukerImpl.cpp

+ 1 - 1
OTSCPP/OTSControl/Bruker/OTSBrukerImpl.cpp

@@ -2397,7 +2397,7 @@ BOOL COTSBrukerImpl::QuantifyPosXrayPointsOnLine(CPosXrayList& a_listXrayPois)
 		
 
 			// quantify the spectrum
-			char* pcMethod = "Default";//"Default";//"Automatic";
+			char* pcMethod = "Oxides";//"Default";//"Automatic";//Oxides
 			char* pcParams = "ResultType=quantification";
 			char cResult[10000];
 			memset(cResult, 0, 10000);