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: 8f6bf3e2945f69d823c16e000ea390e1cd85de168a6722cda8ed660defd9d597
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: 7ecce29500 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: 8f6bf3e294 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2003-09-23
20:53:49
Updated version number (5.0). check-in: d7b55e33e7 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 ]