소스 검색

Prefer CMOVE operation in query/retrieve

Michael Bauer 13 년 전
부모
커밋
6db4e7bb18
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Libs/DICOM/Core/ctkDICOMQuery.cpp

+ 1 - 1
Libs/DICOM/Core/ctkDICOMQuery.cpp

@@ -109,7 +109,7 @@ ctkDICOMQueryPrivate::ctkDICOMQueryPrivate()
   this->Query = new DcmDataset();
   this->Port = 0;
   this->Canceled = false;
-  this->PreferCGET = true;
+  this->PreferCGET = false;
 }
 
 //------------------------------------------------------------------------------