Differences From Artifact [de06b8124d]:
- File mttroot/mtt/lib/comp/simple/Source_seqn.m — part of check-in [74b9225cb0] at 2003-03-13 14:56:45 on branch origin/master — Equation generatation for sorted equations (user: gawthrop@users.sourceforge.net, size: 379) [annotate] [blame] [check-ins using] [more...]
To Artifact [7ea4860836]:
- File mtt/lib/comp/simple/Source_seqn.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: 382) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/comp/simple/Source_seqn.m — part of check-in [fa2f8429aa] at 2014-08-02 16:36:14 on branch origin/master — Replaced continuation character in lib m files, except PPP and Control (user: geraint@users.sourceforge.net, size: 382) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - - + + | function RHS = Source_seqn (attribute,name) ## usage: RHS = Source_seqn (attribute,name) ## ## Write the RHS of a source equation if strcmp(attribute,"external") RHS = sprintf("MTTu_%s",name); elseif strcmp(attribute,"internal") |