home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
fractal
/
kaos.lha
/
modellib
/
class_old_choose_algorithm.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-01-16
|
284 b
|
16 lines
/* any model-specific testing or error handling should be given here */
/* For simple use of the pacakge, just leave it as it is */
int
choose_algorithm()
{
extern int model,int_algorithm;
extern double *param;
switch(model){
default:
return(int_algorithm);
break;
}
}