Skip to content

Commit

Permalink
Fix 11-05-2021-Bach1-HillFunction divByZero problem (again)
Browse files Browse the repository at this point in the history
remove unused code, create new github tag
  • Loading branch information
vcfrmgit committed Jun 13, 2021
1 parent 0df0d9f commit 4834104
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions VCellMessaging/src/SimulationMessaging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -666,15 +666,6 @@ void SimulationMessaging::start() {
#endif
}

//int SimulationMessaging::getJobIndex() {
// #ifdef USE_MESSAGING
// return m_jobIndex;
// #else
// return 0;
// #endif
//}


void* startMessagingThread(void* lpParam){
SimulationMessaging::getInstVar()->setupConnection();

Expand Down

0 comments on commit 4834104

Please sign in to comment.