Browse Source

GetAn() and GetBn() in header

Konstantin Ladutenko 10 years ago
parent
commit
90fcdef63f
1 changed files with 2 additions and 0 deletions
  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();