Differences From Artifact [d8aa175336]:
- Executable file mttroot/mtt/lib/comp/simple/TF_cause.m — part of check-in [04af806d55] at 1996-11-01 12:05:54 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 790) [annotate] [blame] [check-ins using]
To Artifact [7adfcd4d2d]:
- Executable file mtt/lib/comp/simple/TF_cause.m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 953) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/comp/simple/TF_cause.m — part of check-in [3759b204d0] at 1996-11-01 14:42:12 on branch origin/master — Check correct bonds (user: gawthrop@users.sourceforge.net, size: 953) [annotate] [blame] [check-ins using]
︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | + + + + + + + + + | % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1996/11/01 12:05:54 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Copyright (c) P.J. Gawthrop, 1996. % Check that there are exactly two bonds. if check_bonds(bonds,2,'TF')==0 return end %Causality of TF is same as that of a junction [bonds,status] = zero_cause(bonds); |