Revision | b4ea85001d12530da25def2e7a1df6b31c1853b6 (tree) |
---|---|
Zeit | 2013-07-24 21:05:41 |
Autor | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
ParticleDensityLogger is inlined. #27279
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1421 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -108,12 +108,4 @@ string ParticleDensityLogger::GetFileName(int elecStateIndex, int digit) const{ | ||
108 | 108 | return fileName.str(); |
109 | 109 | } |
110 | 110 | |
111 | -double const* ParticleDensityLogger::GetFrameLength() const{ | |
112 | - return Parameters::GetInstance()->GetFrameLengthParticlePlot(); | |
113 | -} | |
114 | - | |
115 | -int const* ParticleDensityLogger::GetGridNumber() const{ | |
116 | - return Parameters::GetInstance()->GetGridNumberParticlePlot(); | |
117 | -} | |
118 | - | |
119 | 111 | } |
@@ -37,8 +37,8 @@ protected: | ||
37 | 37 | int iy, |
38 | 38 | int iz) const; |
39 | 39 | std::string GetFileName(int elecStateIndex, int digit) const; |
40 | - double const* GetFrameLength() const; | |
41 | - int const* GetGridNumber() const; | |
40 | + double const* GetFrameLength() const{return MolDS_base::Parameters::GetInstance()->GetFrameLengthParticlePlot();} | |
41 | + int const* GetGridNumber() const{return MolDS_base::Parameters::GetInstance()->GetGridNumberParticlePlot();} | |
42 | 42 | private: |
43 | 43 | ParticleDensityLogger(); |
44 | 44 | }; |