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