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