Ignore:
Timestamp:
06/22/15 13:36:31 (9 years ago)
Author:
mhnguyen
Message:

Implementing transformation algorithm: zoom axis (local commit)

+) Implement zoom axis: zoomed points are points not masked
+) Correct some minor bugs

Test
+) Ok with normal cases: zoom in the last of transformation list
+) There is still a bug in case of zoom then inverse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/client_server_mapping_distributed.cpp

    r585 r623  
    3737   \param [in] localIndexOnClient local index on client 
    3838*/ 
    39 //void CClientServerMappingDistributed::computeServerIndexMapping(const CArray<size_t,1>& globalIndexOnClient, 
    40 //                                                                const CArray<int,1>& localIndexOnClient) 
    4139void CClientServerMappingDistributed::computeServerIndexMapping(const CArray<size_t,1>& globalIndexOnClient) 
    4240{ 
     
    180178  } 
    181179 
    182   if (0 != recvBuffIndexGlobal) delete recvBuffIndexGlobal; 
    183   if (0 != recvBuffIndexServer) delete recvBuffIndexServer; 
     180  if (0 != maxNbIndexDemandedFromOthers) delete [] recvBuffIndexGlobal; 
     181  if (0 != nbIndexReceivedFromOthers) delete [] recvBuffIndexServer; 
    184182  delete [] sendBuff; 
    185183  delete [] recvBuff; 
Note: See TracChangeset for help on using the changeset viewer.