Changeset 3325 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.cc
- Timestamp:
- Sep 13, 2007, 5:20:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.