소스 검색

GetAn() and GetBn() in header

Konstantin Ladutenko 10 년 전
부모
커밋
90fcdef63f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      nmie-wrapper.h

+ 2 - 0
nmie-wrapper.h

@@ -149,6 +149,8 @@ namespace nmie {
     std::vector<double> GetQabs_channel();
     std::vector<double> GetQsca_channel_normalized();
     std::vector<double> GetQabs_channel_normalized();
+    std::vector<std::complex<double> > GetAn(){return an_;};
+    std::vector<std::complex<double> > GetBn(){return bn_;}; 
 
     double GetAsymmetryFactor();
     double GetAlbedo();