Home
last modified time | relevance | path

Searched refs:geo_data_2 (Results 1 – 8 of 8) sorted by relevance

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Dsh6evalint.c254 if (pt->geo_data_2)
255 freearray (pt->geo_data_2);
258 pt->geo_data_2 = SISL_NULL;
296 if (pt->geo_data_2)
297 freearray (pt->geo_data_2);
300 pt->geo_data_2 = SISL_NULL;
H A Dspli_silh.c305 if (pfirst->geo_data_2)
306 freearray (pfirst->geo_data_2);
309 pfirst->geo_data_2 = SISL_NULL;
315 if (plast->geo_data_2)
316 freearray (plast->geo_data_2);
319 plast->geo_data_2 = SISL_NULL;
H A Dsh6getgeom.c132 pt->geo_data_2 = val;
150 pt->geo_data_2 = val;
159 (*geom) = (obnr == 1 ? pt->geo_data_1 : pt->geo_data_2);
H A Dsh6idput.c191 (keep_first ? nullp : pintdat->vpoint[ki]->geo_data_2));
201 scoef = pintdat->vpoint[ki]->geo_data_2;
H A Ddestruct.c489 if (ppt->geo_data_2) freearray(ppt->geo_data_2);
H A Dconstruct.c160 ppt->geo_data_2);
903 pnew->geo_data_2 = SISL_NULL;
1250 pnew->geo_data_2 = newarray (size_2, DOUBLE);
1252 memcopy (pnew->geo_data_2, egeom2, size_2, double);
1256 pnew->geo_data_2 = SISL_NULL;
H A Dsh6idget.c315 (keep_first ? nullp : pintdat->vpoint[ki]->geo_data_2));
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/include/
H A DsislP.h239 double *geo_data_2; /* Containing geometric info second object */ member