From bug-octave-request at che dot utexas dot edu Fri Sep 16 11:45:33 1994 Subject: No bug, suggestion. From: Mike Rilee To: bug-octave at che dot utexas dot edu Date: Fri, 16 Sep 1994 12:44:43 -0400 In routines where a static variable is defined to handle a call into FORTRAN (i.e. static integrand_fcn user_fcn in Quad.cc) re-implement the variable as a stack so that nested calls to the *pack routines are possible. This is a quick fix, better style, I suppose would be to make the static's local (as you comment in the code). Regards, Mike Rilee