Changeset 768 in Sophya for trunk/SophyaProg/Tests/tsttvec.cc
- Timestamp:
- Mar 2, 2000, 6:19:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tsttvec.cc
r552 r768 5 5 #include <string.h> 6 6 #include <math.h> 7 #include " outilsinit.h"7 #include "ntoolsinit.h" 8 8 #include "pexceptions.h" 9 #include "cvector.h" 9 10 10 #include "tvector.h" 11 11 #include "nbrandom.h" … … 14 14 int main(int narg,char *arg[]) 15 15 { 16 PeidaInit();16 SophyaInit(); 17 17 r_8 v[10] = {1,2,3,4,5,6,7,8,9,10}; 18 18 {
Note:
See TracChangeset
for help on using the changeset viewer.