Changeset 295 in Sophya for trunk/SophyaPI/PIext/dlftypes.h
- Timestamp:
- May 13, 1999, 12:12:51 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/dlftypes.h
r293 r295 16 16 typedef double (* DlFunctionOfX) (double x); 17 17 typedef double (* DlFunctionOfXY) (double x, double y); 18 typedef int (* PlotExprFunc) ( float* x, float* rx, float* ry, float* rz, float* wt);18 typedef int (* PlotExprFunc) (double* x, double* rx, double* ry, double* rz, double* wt); 19 19 typedef void (* DlUserProcFunction) (vector<string>& args); 20 20 typedef void (* DlFunction) ();
Note:
See TracChangeset
for help on using the changeset viewer.