- Timestamp:
- Jul 24, 2000, 6:35:13 PM (25 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/difeq.cc
r514 r1087 592 592 double dx = (tf - mXStart)/(n*nStep); 593 593 594 Vector yt = mYStart;594 Vector yt(mYStart,false); 595 595 596 596 k1.Realloc(mFunc->NFuncReal()); -
trunk/SophyaLib/NTools/rk4cdifeq.cc
r514 r1087 162 162 double dxres = (tf - mXStart)/n; 163 163 164 Vector yt = mYStart;164 Vector yt(mYStart,false); 165 165 166 166 k1.Realloc(mFunc->NFuncReal());
Note:
See TracChangeset
for help on using the changeset viewer.