Changeset 23572


Ignore:
Timestamp:
12/27/18 19:15:43 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Vertices.cpp

    r23521 r23572  
    3737        int num_proc=IssmComm::GetSize();
    3838
    39         if(this->common_recv){
    40                 xDelete<int>(common_recv);
    41         }
     39        if(this->common_recv) xDelete<int>(common_recv);
    4240        if(this->common_send) xDelete<int>(common_send);
    4341        if(this->common_recv_ids){
Note: See TracChangeset for help on using the changeset viewer.