Re: [Scilab-users] FORTRAN Block in XCOS

2017-05-31 Thread planetcooler
ok - so I bit the bullet and wrote a one line XCOS FORTRAN Block - (robfor.f) using the XCOS template and this happened : Startup execution: loading initial environment Generate a loader file Generate a Makefile ilib_gen_Make: configure : Generate Makefile. ilib_gen_Make: Copy

Re: [Scilab-users] FORTRAN Block in XCOS

2017-05-30 Thread planetcooler
I still find it surprising that I cannot find a document that describes these calling / return parameters in a XCOS Fortran Block: subroutine evtdly(flag,nevprt,t,xd,x,nx,z,nz,tvec,ntvec, & rpar,nrpar,ipar,nipar,u,nu,y,ny) Is there some way to get this question to the SciLab people ?

Re: [Scilab-users] FORTRAN Block in XCOS

2017-05-23 Thread planetcooler
Thank you. (Might have to try my very rusty French !) Robin On 23 May 2017, at 09:16, Clément David-3 [via Scilab / Xcos - Mailing Lists Archives] > wrote: Hello, There is some documents listed in the Scilab

Re: [Scilab-users] FORTRAN Block in XCOS

2017-05-22 Thread Perrichon
planetcooler Envoyé : lundi 22 mai 2017 22:25 À : users@lists.scilab.org Objet : Re: [Scilab-users] FORTRAN Block in XCOS Is there a Developer's Guide somewhere - for folk who want to develop new blocks? -- View this message in context: http://mailinglists.scilab.org/FORTRAN-Block-in-XCOS

Re: [Scilab-users] FORTRAN Block in XCOS

2017-05-22 Thread planetcooler
Is there a Developer's Guide somewhere - for folk who want to develop new blocks? -- View this message in context: http://mailinglists.scilab.org/FORTRAN-Block-in-XCOS-tp4036422p4036441.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.

Re: [Scilab-users] FORTRAN Block in XCOS

2017-05-22 Thread planetcooler
ok - not many FORTRAN folk out there using XCOS I guess. Does anyone have an example using C, perhaps or another language? -- View this message in context: http://mailinglists.scilab.org/FORTRAN-Block-in-XCOS-tp4036422p4036437.html Sent from the Scilab users - Mailing Lists Archives mailing

Re: [Scilab-users] FORTRAN Block in XCOS

2017-05-19 Thread planetcooler
Clément Thank you for this - much appreciated. Sorry - two questions: Where are the parameters in the Subroutine Call defined / explained ? ie - each subroutine call appears to have the format: subroutine (flag,nevprt,t,xd,x,nx,z,nz,tvec,ntvec, &

Re: [Scilab-users] FORTRAN Block in XCOS

2017-05-19 Thread Clément David
Hello, You could take a look at inside Scilab source code ; the source code for fortran blocks are located in http://gitweb.scilab.org/?p=scilab.git;a=tree;f=scilab/modules/scicos_blocks/src/fortran . Thanks, -- Clément Le vendredi 19 mai 2017 à 01:29 -0700, planetcooler a écrit : > Can

[Scilab-users] FORTRAN Block in XCOS

2017-05-19 Thread planetcooler
Can anyone point me at an example of an XCOS FORTRAN Block please ? -- View this message in context: http://mailinglists.scilab.org/FORTRAN-Block-in-XCOS-tp4036422.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.