~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to routines/tksci/LAB_set.c

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#include "tksci.h"
7
7
 
8
8
 
9
 
void LAB_set()
10
 
 
11
 
 
 
9
void LAB_set(void)
12
10
{
13
 
 
14
 
 
15
11
  Matrix *MHandle;
16
12
  int Handle;
17
 
 
18
13
  Matrix *Mfield;
19
 
  char *field;
20
 
 
21
14
  Matrix *Mvalue;
22
 
  char *value;
23
15
 
24
16
  if (Interf.NbParamIn < 3)
25
17
    {