Konstantin Ladutenko 2 년 전
부모
커밋
16cfe4102c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/nmie.hpp

+ 2 - 2
src/nmie.hpp

@@ -566,12 +566,12 @@ class MesoMie {
   template <typename outputType = FloatType>
   outputType GetQsca() {
     return static_cast<outputType>(Qsca_);
-  };
+  }
 
   template <typename outputType = FloatType>
   outputType GetQext() {
     return static_cast<outputType>(Qext_);
-  };
+  }
 
   void calc_ab(FloatType R,
                std::complex<FloatType> xd,