Changeset 809 in Sophya for trunk/SophyaProg/PMixer
- Timestamp:
- Apr 3, 2000, 7:46:19 PM (25 years ago)
- Location:
- trunk/SophyaProg/PMixer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/tgrsr.cc
r761 r809 24 24 int main(int narg, char* arg[]) 25 25 { 26 PeidaInit();26 SophyaInit(); 27 27 InitTim(); // Initializing the CPU timer 28 28 -
trunk/SophyaProg/PMixer/tgsky.cc
r761 r809 20 20 double gmoy=0., gsig=0.; 21 21 22 PeidaInit();22 SophyaInit(); 23 23 InitTim(); // Initializing the CPU timer 24 24 if ((narg < 5) || ((narg>1) && (strcmp(arg[1],"-h") == 0)) ) {
Note:
See TracChangeset
for help on using the changeset viewer.