Changeset 3325 in Sophya for trunk/Cosmo
- Timestamp:
- Sep 13, 2007, 5:20:29 PM (18 years ago)
- Location:
- trunk/Cosmo/SimLSS
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/agnjackson.cc
r3260 r3325 1 #include "sopnamsp.h"2 1 #include "machdefs.h" 3 2 #include <iostream> … … 16 15 #include "agnjackson.h" 17 16 17 namespace SOPHYA { 18 18 19 19 AGNJackson::AGNJackson(void) … … 95 95 yjack = yjack_; 96 96 } 97 98 } // Fin namespace SOPHYA -
trunk/Cosmo/SimLSS/agnjackson.h
r3196 r3325 35 35 }; 36 36 37 } 37 } // Fin namespace SOPHYA 38 38 39 39 #endif -
trunk/Cosmo/SimLSS/cosmocalc.cc
r3285 r3325 1 #include "sopnamsp.h"2 1 #include "machdefs.h" 3 2 #include <iostream> … … 15 14 #include "geneutils.h" 16 15 16 namespace SOPHYA { 17 17 18 18 /////////////////////////////////////////////////////////// … … 456 456 return _nspl; 457 457 } 458 459 } // Fin namespace SOPHYA -
trunk/Cosmo/SimLSS/cosmocalc.h
r3312 r3325 96 96 }; 97 97 98 } // Fin du namespace 98 } // Fin du namespace SOPHYA 99 99 100 100 #endif -
trunk/Cosmo/SimLSS/genefluct3d.cc
r3320 r3325 1 #include "sopnamsp.h"2 1 #include "machdefs.h" 3 2 #include <iostream> … … 28 27 29 28 #define MODULE2(_x_) ((double)((_x_).real()*(_x_).real() + (_x_).imag()*(_x_).imag())) 29 30 namespace SOPHYA { 30 31 31 32 //------------------------------------------------------- … … 1323 1324 if(intercor!=NULL) delete intercor; 1324 1325 } 1326 1327 } // Fin namespace SOPHYA -
trunk/Cosmo/SimLSS/genefluct3d.h
r3320 r3325 169 169 }; 170 170 171 } // Fin du namespace 171 } // Fin du namespace SOPHYA 172 172 173 173 #endif -
trunk/Cosmo/SimLSS/genericfunc.h
r3141 r3325 40 40 }; 41 41 42 } 42 } // Fin namespace SOPHYA 43 43 44 44 #endif -
trunk/Cosmo/SimLSS/geneutils.cc
r3320 r3325 1 #include "sopnamsp.h"2 1 #include "machdefs.h" 3 2 #include <iostream> … … 15 14 16 15 #include "geneutils.h" 16 17 namespace SOPHYA { 17 18 18 19 //------------------------------------------------------------------- … … 461 462 } 462 463 } 464 465 } // Fin namespace SOPHYA -
trunk/Cosmo/SimLSS/geneutils.h
r3196 r3325 76 76 }; 77 77 78 }79 80 78 //---------------------------------------------------- 81 79 double InterpTab(double x0,vector<double>& X,vector<double>& Y,unsigned short typint=0); … … 101 99 void Compute_GaussLeg(unsigned short glorder,vector<double>& x,vector<double>& w,double x1=0.,double x2=1.); 102 100 101 } // Fin namespace SOPHYA 102 103 103 #endif -
trunk/Cosmo/SimLSS/pkspectrum.cc
r3318 r3325 1 #include "sopnamsp.h"2 1 #include "machdefs.h" 3 2 #include <iostream> … … 14 13 #include "pkspectrum.h" 15 14 15 namespace SOPHYA { 16 16 17 17 /////////////////////////////////////////////////////////// … … 668 668 return rc; 669 669 } 670 671 } // Fin namespace SOPHYA -
trunk/Cosmo/SimLSS/pkspectrum.h
r3318 r3325 145 145 }; 146 146 147 } // Fin du namespace 147 } // Fin du namespace SOPHYA 148 148 149 149 #endif -
trunk/Cosmo/SimLSS/planckspectra.cc
r3115 r3325 1 #include "sopnamsp.h"2 1 #include "machdefs.h" 3 2 #include <iostream> … … 11 10 #include "constcosmo.h" 12 11 #include "planckspectra.h" 12 13 namespace SOPHYA { 13 14 14 15 /* … … 336 337 return xmax; 337 338 } 339 340 } // Fin namespace SOPHYA -
trunk/Cosmo/SimLSS/planckspectra.h
r3115 r3325 41 41 }; 42 42 43 } // Fin du namespace 43 } // Fin du namespace SOPHYA 44 44 45 45 #endif -
trunk/Cosmo/SimLSS/schechter.cc
r3320 r3325 1 #include "sopnamsp.h"2 1 #include "machdefs.h" 3 2 #include <iostream> … … 16 15 #include "geneutils.h" 17 16 #include "schechter.h" 17 18 namespace SOPHYA { 18 19 19 20 /////////////////////////////////////////////////////////// … … 401 402 } 402 403 403 404 404 /////////////////////////////////////////////////////////// 405 405 //***************** Fonctions de Check ******************// … … 457 457 } 458 458 459 460 } // Fin namespace SOPHYA -
trunk/Cosmo/SimLSS/schechter.h
r3320 r3325 89 89 }; 90 90 91 } // Fin du namespace92 93 91 //----------------------------------------------------------------------------------- 94 92 bool IsCompatible(Schechter& sch1,Schechter& sch2,double eps=1.e-4); … … 98 96 double FluxHI2Msol(double f,double d); 99 97 98 } // Fin du namespace SOPHYA 99 100 100 #endif
Note:
See TracChangeset
for help on using the changeset viewer.