#include "scicos_block.h"
#include <math.h>
Include dependency graph for evtvardly.c:
Go to the source code of this file.
Definition at line 4 of file evtvardly.c.
References scicos_block::evout, and scicos_block::inptr.
00005 { 00006 if (flag==3){ 00007 block->evout[0]=block->inptr[0][0]; 00008 } 00009 }