Changeset 21512


Ignore:
Timestamp:
02/02/17 17:13:58 (8 years ago)
Author:
tsantos
Message:

CHG: improved Echo() and DeepEcho() in ElementHook.

File:
1 edited

Legend:

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

    r21508 r21512  
    145145                for(int i=0;i<this->numanalyses;i++) {
    146146                        if(hnodes[i]) hnodes[i]->DeepEcho();
     147                        else _printf_("  hnodes["<< i << "] = NULL\n");
    147148                }
    148149        }
Note: See TracChangeset for help on using the changeset viewer.