By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.08; (* of diffinst.p 2005 Sep 13}
(* begin module describe.diffinst *)
(*
name
diffinst: find the difference between all coordinates in two inst files
synopsis
diffinst(insta: in, instb: in, data: out, output: out)
files
insta: A delila instruction set containing instructions of the form:
get from 100 -20 to same +20;
instb: A delila instruction set containing instructions of the form:
get from 200 -20 to same +20;
data: a list of the numerical differences between the coordinates
in insta and instb.
output: messages to the user
description
The difference between all coordinates in two inst files is computed as:
insta From coordinate - instb From coordinate.
examples
documentation
see also
nocom.p
instshift.p
author
Ryan Kent Shultzaberger
bugs
The program cannot handle comments.
It will use commented lines in only this instance
comment start
get ... ...
comment stop
where the get is on the left and the comment is on a separate line.
technical notes
Details about the implementation that may be relevant to a user.
*)
(* end module describe.diffinst *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}