Changeset 18887


Ignore:
Timestamp:
11/28/14 10:00:19 (10 years ago)
Author:
Eric.Larour
Message:

CHG: added fold for verbose part of the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/ad_core.cpp

    r18794 r18887  
    5959                       
    6060                        /*Print tape statistics so that user can kill this run if something is off already:*/
    61                         if(VerboseAutodiff()){
     61                        if(VerboseAutodiff()){ /*{{{*/
    6262                                tapestats(my_rank,tape_stats); //reading of tape statistics
    6363                                int commSize=IssmComm::GetSize();
     
    9999                                }
    100100                                delete [] sstats;
    101                         }
     101                        } /*}}}*/
    102102
    103103                        /*retrieve state variable: */
     
    258258                                /*call driver: */
    259259                                fos_reverse(my_rank,num_dependents,num_independents, aWeightVector, weightVectorTimesJac );
    260                                 if(VerboseAutodiff())_printf0_("   done with fos_reverse\n");
    261260
    262261                                /*add to results*/
Note: See TracChangeset for help on using the changeset viewer.