- Timestamp:
- Oct 27, 1999, 12:51:41 PM (26 years ago)
- Location:
- trunk/SophyaProg/Tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/Makefile
r476 r526 1 1 MODULECXXREPNAME := Tests 2 2 MODULEDECCXXFLAGS := -msg_quiet 3 MODULECPPFLAGS := -msg_quiet 3 4 include $(DPCDEVREP)/Include/Makefile.h 4 5 -
trunk/SophyaProg/Tests/sphg0.cc
r491 r526 1 1 #include <iostream.h> 2 #include "sambainit.h" 2 3 #include "spheregorski.h" 3 4 … … 6 7 { 7 8 double teta,phi; 8 //PeidaInit();9 PeidaInit(); 9 10 int m=32; 10 11 SphereGorski<double> sph(m);
Note:
See TracChangeset
for help on using the changeset viewer.