Artifact 37893fe9f39868d7a1b807922db7132f830e2e0c44989aa82fef76e023147265:
- Executable file mttroot/mtt/bin/trans/m/mtt_update.m — part of check-in [40404a1dc7] at 1998-07-25 20:43:18 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 78) [annotate] [blame] [check-ins using]
function [x] = mtt_update(dx,x,dt,Nx,METHOD); x = x + dx*dt; endfunction;