Changeset 768 in Sophya for trunk/SophyaProg/Tests/tstndblk.cc
- Timestamp:
- Mar 2, 2000, 6:19:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tstndblk.cc
r583 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 9 #include "ndatablock.h" … … 12 12 int main(int narg,char *arg[]) 13 13 { 14 PeidaInit();14 SophyaInit(); 15 15 float x1[5] = {1.,2.,3.,4.,5.}; 16 16 float x2[5] = {10.,20.,30.,40.,50.};
Note:
See TracChangeset
for help on using the changeset viewer.