Welcome | spec | C-PLOT | Support | Users | Contact
 
Contents -> Writing User Functions -> Compiling user functions -> Number of points
C-PLOT Manual


E.1.6. - Number of points



You must explicitly set the total number of points if it is changed in a type 4 user function. Use the following macro to do so. Don't try to change the number of points in types 1 to 3 functions.

 Name   What it Does 
 set_npts(n  Set the number of points to n 
 get_npts()   Value is the current number of points 



  Top
  Prev | Next