Changeset 7530
- Timestamp:
- 06/30/18 12:00:10 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/reporting/gmewhtmlemail/gmewhtmlemail.c
r7529 r7530 3065 3065 3066 3066 if ( hasWaveforms ) { 3067 if( Debug ) logit( "ot", "Computing PGA chart\n" ); 3067 3068 ix = snl_order[snl_sites-1].idx; 3068 3069 max_dist = distances[ix]; … … 3158 3159 fprintf(htmlfile, "%s\n<br/><br/>", request); 3159 3160 } else if ( arcsm->fromArc ) { 3161 if( Debug ) logit( "ot", "No PGA chart, no sites with waveforms\n" ); 3160 3162 snprintf( temp, MAX_GET_CHAR, "<p>No sites to plot</p>" ); 3161 3163 snprintf( request, MAX_GET_CHAR, "%s", temp );
Note: See TracChangeset
for help on using the changeset viewer.