Changeset 573 for code/branches/FICN/src/network/Synchronisable.cc
- Timestamp:
- Dec 17, 2007, 2:39:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/network/Synchronisable.cc
r571 r573 115 115 int n=0; 116 116 for(i=syncList.begin(); n<datasize && i!=syncList.end(); ++i){ 117 //COUT(2) << "size of variable: " << i->size << std::endl;117 COUT(2) << "size of variable: " << i->size << std::endl; 118 118 //COUT(2) << "size of variable: " << i->size << std::endl; 119 119 //(std::memcpy(retVal.data+n, (const void*)(&(i->size)), sizeof(int));
Note: See TracChangeset
for help on using the changeset viewer.