cstblk4.c

Go to the documentation of this file.
00001 #include <memory.h>
00002 #include "scicos_block.h"
00003 
00004 void cstblk4(scicos_block *block,int flag)
00005 { 
00006   /* Copyright INRIA
00007      
00008   Scicos block simulator
00009   output a vector of constants out(i)=rpar(i)
00010   rpar(1:nrpar) : given constants */
00011   
00012   memcpy(block->outptr[0],block->rpar,block->nrpar*sizeof(double));    
00013 }

Generated on Sun Mar 4 15:03:59 2007 for Scilab [trunk] by  doxygen 1.5.1