Artifact 2949fe13a06261172d4644a05787a8d6806be643c14063d838124fb0ed134314:
- File mtt/lib/examples/Identification/idNonlinearTanks/sidNonlinearTanks_subs.r — 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: 554) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/examples/Identification/idNonlinearTanks/sidNonlinearTanks_subs.r — part of check-in [5ad84ea3e2] at 2001-04-05 12:00:18 on branch origin/master — Identification example (user: gawthrop@users.sourceforge.net, size: 554) [annotate] [blame] [check-ins using]
% Default SUBS file % File idRC_subs.r % Generated by MTT on Tue Apr 3 09:43:38 BST 2001. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 2000/12/28 09:13:38 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Put algebraic substitution commands here FOR ALL x,y LET x^y = pow(x,y); % Use the pow function ON ROUNDED; % No integer output END;