Changeset 768 in Sophya for trunk/SophyaProg/Tests/tsttvec.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/tsttvec.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 "cvector.h"
     9
    1010#include "tvector.h"
    1111#include "nbrandom.h"
     
    1414int main(int narg,char *arg[])
    1515{
    16 PeidaInit();
     16SophyaInit();
    1717r_8 v[10] = {1,2,3,4,5,6,7,8,9,10};
    1818{
Note: See TracChangeset for help on using the changeset viewer.