Changeset 2018

Show
Ignore:
Timestamp:
05/03/08 15:26:17 (2 weeks ago)
Author:
gary
Message:

fix typo caught by gcc on cloud9

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/source/prt_lines_helium.cpp

    r2015 r2018  
    8282        { 
    8383                /* ipass == 0 allocate space and save wavelengths */ 
    84                 atmdat.CaseBWlHeI = (realnum *)MALLOC( (sizeof realnum)*atmdat.nCaseBHeI); 
     84                atmdat.CaseBWlHeI = (realnum*)MALLOC( sizeof(realnum)*atmdat.nCaseBHeI); 
    8585                atmdat.nCaseBHeI = 0; 
    8686        }