• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision66747e6dcbb4d84fee0a3eff22fb015d590ea308 (tree)
Time2014-05-08 19:08:33
AuthorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

Unnecesary code is delted.

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1670 1136aad2-a195-0410-b898-f5ea1d11b9d8

Change Summary

Incremental Difference

--- a/src/mpi/AsyncCommunicator.h
+++ b/src/mpi/AsyncCommunicator.h
@@ -29,7 +29,6 @@ public:
2929 AsyncCommunicator();
3030 ~AsyncCommunicator();
3131 template<typename T> void Run(){
32- int mpiRank = MolDS_mpi::MpiProcess::GetInstance()->GetRank();
3332 while(true){
3433 boost::mutex::scoped_lock lk(this->stateGuard);
3534 try{