Changeset 768 in Sophya for trunk/SophyaProg/Tests/tspm2.cc
- Timestamp:
- Mar 2, 2000, 6:19:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tspm2.cc
r606 r768 1 1 #include <iostream.h> 2 2 #include <math.h> 3 #include "s ambainit.h"3 #include "skymapinit.h" 4 4 #include "spheregorski.h" 5 5 #include "spherethetaphi.h" … … 84 84 double gmoy=0., gsig=0.; 85 85 86 PeidaInit();86 SophyaInit(); 87 87 InitTim(); // Initializing the CPU timer 88 88 if ((narg > 1) && (strcmp(arg[1],"-h") == 0) ) {
Note:
See TracChangeset
for help on using the changeset viewer.