- Timestamp:
- Jan 23, 2013 10:36:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcModel.cpp
r1839 r1841 2506 2506 } 2507 2507 delete basis; 2508 void * doRootCbcThread(void * voidInfo);2508 static void * doRootCbcThread(void * voidInfo); 2509 2509 #ifdef CBC_THREAD 2510 2510 if (numberRootThreads==1) { … … 16879 16879 } 16880 16880 #endif 16881 #ifdef CBC_THREAD 16882 void * doRootCbcThread(void * voidInfo) 16881 static void * doRootCbcThread(void * voidInfo) 16883 16882 { 16884 16883 CbcModel * model = reinterpret_cast<CbcModel *> (voidInfo); … … 16910 16909 return NULL; 16911 16910 } 16912 #endif 16913 16914 16911 16912
Note: See TracChangeset
for help on using the changeset viewer.