Artifact 254628ce3bdf6206448056a6e409627b2e996dc49e18439e733795edc7b9e0d7:
- File mtt/lib/examples/Identification/idNonlinearTanks/idNonlinearTanks_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: 622) [annotate] [blame] [check-ins using] [more...]
- File
mttroot/mtt/lib/examples/Identification/idNonlinearTanks/idNonlinearTanks_subs.r
— part of check-in
[47742bde53]
at
2001-04-11 09:44:26
on branch origin/master
— Fixed cc and c problems to do with pow(x,y) and integers
mtt/lib/reduce/fix_c.r is included in rdae2dae and cse2smx_lang for
-c, -cc and -oct options (user: gawthrop@users.sourceforge.net, size: 622) [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 2001/04/05 12:00:18 gawthrop % %% Identification example % %% % %% Revision 1.1 2000/12/28 09:13:38 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Put algebraic substitution commands here %The following is now done automatically % FOR ALL x,y LET x^y = pow(x,y); END;