Home
last modified time | relevance | path

Searched refs:srfcumprob (Results 1 – 2 of 2) sorted by relevance

/dports/science/smoldyn/smoldyn-2.67/source/Smoldyn/
H A Dsmoldyn.h530 double* srfcumprob; // surface cumulative probability [ms] member
H A Dsmolsurface.c733 actdetails->srfcumprob=NULL; in surfaceactionalloc()
751 CHECKMEM(actdetails->srfcumprob=(double*) calloc(MSMAX1,sizeof(double))); in surfaceactionalloc()
752 for(ms=(enum MolecState)0;ms<MSMAX1;ms=(enum MolecState)(ms+1)) actdetails->srfcumprob[ms]=0; in surfaceactionalloc()
773 free(actdetails->srfcumprob); in surfaceactionfree()
3651 actdetails->srfcumprob[ms2]=sum; }}}} in surfupdateparams()
4195 double r,*srfcumprob; in surfaction() local
4205 srfcumprob=actdetails->srfcumprob; in surfaction()
4209 if(r<srfcumprob[ms3]) ms2=ms3; in surfaction()