Path: news.mathworks.com!not-for-mail
From: "abdelmoumen " <bmoumen27@yahoo.fr>
Newsgroups: comp.soft-sys.matlab
Subject: Re: here is the code
Date: Sun, 1 Nov 2009 11:22:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 11
Message-ID: <hcjr0r$2bl$1@fred.mathworks.com>
References: <hccq0r$560$1@fred.mathworks.com> <hcd1s2$i5n$1@fred.mathworks.com> <hchaie$9q3$1@fred.mathworks.com> <hchr6t$lra$1@fred.mathworks.com>
Reply-To: "abdelmoumen " <bmoumen27@yahoo.fr>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257074523 2421 172.30.248.37 (1 Nov 2009 11:22:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 1 Nov 2009 11:22:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 2067162
Xref: news.mathworks.com comp.soft-sys.matlab:581584


"James Tursa" <aclassyguy_with_a_k_not_a_c@hotmail.com> wrote in message <hchr6t$lra$1@fred.mathworks.com>...
> 
> That's 10,000+ lines of sparsely commented F77 code. The TAPEx nomenclature leads me to believe it was possibly written for an old CDC computer. It would probably take an experienced programmer several weeks or months to convert all of the individual functions to mex routines. Is that what you are after?
> 
> James Tursa

the exe app was built with a fortran gcc 95;
i know that there are +10000 lines, and i dont know programming in fortran that's why i find it too difficult for me
i think that the idea to generate a mex-file for each fortran routine is good
is there any special things to split the entire code into many routines?????
thank's