search for: allocate_memory_2d

Displaying 2 results from an estimated 2 matches for "allocate_memory_2d".

2004 Apr 22
2
Urgent:again question about nmath/standalone
...e-apr-18-04-1145Am/credsim/src/test1.c [credsim at confsys lib]$ cd /b2/home/credsim/src [credsim at confsys ~/src]$ gcc -Wall -o test1 test1.c -lRmath -lm test1.c:12: warning: return type defaults to `int' test1.c: In function `main': test1.c:21: warning: implicit declaration of function `Allocate_Memory_2D' test1.c:21: warning: assignment makes pointer from integer without a cast test1.c:22: warning: assignment makes pointer from integer without a cast test1.c:37: warning: too many arguments for format test1.c:44: warning: implicit declaration of function `solve' test1.c:44: warning: assignme...
2004 Apr 14
2
again question about nmath/standalone
...ast test1.c:19: warning: assignment makes pointer from integer without a cast test1.c:41: warning: assignment makes pointer from integer without a cast test1.c: At top level: test1.c:55: warning: type mismatch with previous implicit declaration test1.c:18: warning: previous implicit declaration of `Allocate_Memory_2D' test1.c:55: warning: `Allocate_Memory_2D' was previously implicitly declared to return `int' /usr/bin/ld: cannot find -lRmath collect2: ld returned 1 exit status "test1.c" code is as follow: #define MATHLIB_STANDALONE #include <math.h> #include <stdlib.h> #incl...