Show
Ignore:
Timestamp:
12/05/06 18:14:43 (2 years ago)
Author:
gary
Message:

dayslow_master.pl - use icl rather than gcc for slow test suite
ion_solver.cpp - undo bug introduced in rev 622. now looks at matrix elements to see if singular
rt_stark.cpp - resolved ambiguous overload
blr_n09_p18_Z20.in - add punch convergence error command
limit_hi_ion.in - renamed func_hi_ion.in to this since it tests code in high ionization limit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/atmdat_adfa.cpp

    r682 r685  
    11/* This file is part of Cloudy and is copyright (C)1978-2006 by Gary J. Ferland 
    22 * For conditions of distribution and use see copyright notice in license.txt */ 
    3 /*atmdat_phfit derive photoionization cross sectoins for first 30 elements */ 
     3/*atmdat_phfit derive photoionization cross sections for first 30 elements */ 
    44#include "cddefines.h" 
    55#include "physconst.h" 
     
    6363 
    6464                bool lgErr = false; 
    65                 long i, j, k, n; 
     65                long i=-1, j=-1, k=-1, n; 
    6666 
    6767                lgErr = lgErr || ( fscanf( io, "%ld", &i ) != 1 );