Overview
Comment:Fixed multi-line comment for new c++ syntax.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 3a925528473650ff52bf163f4f87b37b9d286b638dbf9f891a3a124127b6a08f
User & Date: gawthrop@users.sourceforge.net on 2003-09-24 10:03:35
Other Links: branch diff | manifest | tags
Context
2003-09-25
13:54:41
Replaced gv by PSVIEW setting check-in: 7c48b16d33 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2003-09-24
10:03:35
Fixed multi-line comment for new c++ syntax. check-in: 3a92552847 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2003-09-23
20:53:49
Updated version number (5.0). check-in: 2b45257f4d user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/make_stdin from [834838dfbf] to [912a3db110].

109
110
111
112
113
114
115
116
117


118
119
120
121
122
123
124
109
110
111
112
113
114
115


116
117
118
119
120
121
122
123
124







-
-
+
+







{
#elif (CODEGENTARGET == OCTAVEDLD)
#include <octave/oct.h>
#include <variables.h>
#include "${Sys}_def.h"

DEFUN_DLD (${Sys}_input, args, ,
"Usage: [mttu] = ${Sys}_input()
Octave input (-stdin) representation of system ${Sys}
"Usage: [mttu] = ${Sys}_input()\n\
Octave input (-stdin) representation of system ${Sys}\n\
Generated by MTT on `date`")
{

  octave_value_list retval;
#endif // (CODEGENTARGET == STANDALONE)

  ColumnVector	mttu	(MTTNU);


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]