Changeset 3089 for trunk/src/STMath.cpp


Ignore:
Timestamp:
12/09/15 16:07:02 (8 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s):

Description: fixes to get rid of clang build warnings.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r3084 r3089  
    15111511  //float tcal1=7.0;
    15121512  //float tcal2=4.0;
    1513   sig1 = dototalpower(sctables[0], sctables[1], tcal=tcal);
    1514   ref1 = dototalpower(sctables[2], sctables[3], tcal=tcal);
    1515   ref2 = dototalpower(sctables[4], sctables[5], tcal=tcal);
    1516   sig2 = dototalpower(sctables[6], sctables[7], tcal=tcal);
     1513  sig1 = dototalpower(sctables[0], sctables[1], tcal);
     1514  ref1 = dototalpower(sctables[2], sctables[3], tcal);
     1515  ref2 = dototalpower(sctables[4], sctables[5], tcal);
     1516  sig2 = dototalpower(sctables[6], sctables[7], tcal);
    15171517
    15181518  // correction of user-specified tsys for elevation here
     
    16331633  types.clear() ;
    16341634
    1635   calsig = dototalpower(sigwcal, sig, tcal=tcal);
    1636   calref = dototalpower(refwcal, ref, tcal=tcal);
     1635  calsig = dototalpower(sigwcal, sig, tcal);
     1636  calref = dototalpower(refwcal, ref, tcal);
    16371637
    16381638  out1=dosigref(calsig,calref,smoothref,tsysv,tau);
Note: See TracChangeset for help on using the changeset viewer.