Changeset 768 in Sophya for trunk/SophyaProg/Tests/tsttmat.cc


Ignore:
Timestamp:
Mar 2, 2000, 6:19:19 PM (26 years ago)
Author:
ansari
Message:

Reorganisation - PeidaInit() -> SophyaInit() - Reza 2/3/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/tsttmat.cc

    r552 r768  
    55#include <string.h>
    66#include <math.h>
    7 #include "outilsinit.h"
     7#include "ntoolsinit.h"
    88#include "pexceptions.h"
    9 #include "matrix.h"
    109#include "tmatrix.h"
    1110#include "nbrandom.h"
     
    1413int main(int narg,char *arg[])
    1514{
    16 PeidaInit();
     15SophyaInit();
    1716r_8 v[3][4] = {{1,2,3,4},{4,5,6,5},{7,8,9,10}};
    1817
Note: See TracChangeset for help on using the changeset viewer.