Changeset 526 in Sophya for trunk


Ignore:
Timestamp:
Oct 27, 1999, 12:51:41 PM (26 years ago)
Author:
ansari
Message:

MAJ Tests - Reza 27/10/99

Location:
trunk/SophyaProg/Tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/Makefile

    r476 r526  
    11MODULECXXREPNAME := Tests
    22MODULEDECCXXFLAGS := -msg_quiet
     3MODULECPPFLAGS := -msg_quiet
    34include $(DPCDEVREP)/Include/Makefile.h
    45
  • trunk/SophyaProg/Tests/sphg0.cc

    r491 r526  
    11#include <iostream.h>
     2#include "sambainit.h"
    23#include "spheregorski.h"
    34
     
    67{
    78  double teta,phi;
    8   //  PeidaInit();
     9  PeidaInit();
    910  int  m=32;
    1011  SphereGorski<double> sph(m);
Note: See TracChangeset for help on using the changeset viewer.