Changeset 3572 in Sophya for trunk/SophyaProg/Tests/tobjio.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tobjio.cc
r3077 r3572 31 31 NTuple *nt; 32 32 float xnt[4]; 33 c har *ntn[4] = {"x","y","ex","ey"};33 const char *ntn[4] = {"x","y","ex","ey"}; 34 34 int nent,i; 35 35 nent = 1000; … … 117 117 float xnt[6]; 118 118 double ang; 119 c har *ntn[6] = {"x","y","z","ex","ey","ez"};119 const char *ntn[6] = {"x","y","z","ex","ey","ez"}; 120 120 int nent,i; 121 121
Note:
See TracChangeset
for help on using the changeset viewer.