Changeset 1085 in Sophya
- Timestamp:
- Jul 24, 2000, 6:34:16 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tarray.cc
r1081 r1085 776 776 pe = mNDBlock.Begin()+Offset(ax,j); 777 777 offa = a.Offset(ax,j); 778 #if !defined(__GNUG__) 779 for(k=0, ka=0; k<gpas; k+=step, ka+=stepa) pe[k] = (T)a.ValueAtPosition(offa+ka); 780 #else 781 // g++ (up to 2.95.1) se melange les pinceaux s'il y a le cast (T) pour l'instanciation des complexes 778 782 for(k=0, ka=0; k<gpas; k+=step, ka+=stepa) pe[k] = a.ValueAtPosition(offa+ka); 783 #endif 779 784 } 780 785 return(*this);
Note:
See TracChangeset
for help on using the changeset viewer.