Changeset 768 in Sophya for trunk/SophyaProg/Tests/tstndblk.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/tstndblk.cc

    r583 r768  
    55#include <string.h>
    66#include <math.h>
    7 #include "outilsinit.h"
     7#include "ntoolsinit.h"
    88#include "pexceptions.h"
    99#include "ndatablock.h"
     
    1212int main(int narg,char *arg[])
    1313{
    14 PeidaInit();
     14SophyaInit();
    1515float x1[5] = {1.,2.,3.,4.,5.};
    1616float x2[5] = {10.,20.,30.,40.,50.};
Note: See TracChangeset for help on using the changeset viewer.