Ignore:
Timestamp:
Feb 22, 2011 2:49:56 PM (12 years ago)
Author:
srkline
Message:

making the maxDistance function thread safe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/XOP_Dev/MonteCarlo/MonteCarlo.r

    r790 r791  
    4949                        NT_FP64 + WAVE_TYPE, 
    5050                }, 
     51                 
    5152                "Monte_SANSX2",         /* function name */ 
    5253                F_UTIL | F_THREADSAFE | F_EXTERNAL,                                     /* function category == UTILITY */ 
     
    105106                 
    106107                "maxDistanceX",         /* function name */ 
    107                 F_UTIL | F_EXTERNAL,                                    /* function category == UTILITY */ 
     108                F_UTIL | F_THREADSAFE | F_EXTERNAL,                                     /* function category == UTILITY */ 
    108109                NT_FP64,                                                        /* return value type */                  
    109110                { 
Note: See TracChangeset for help on using the changeset viewer.