Changeset 685 for trunk/source/atmdat_adfa.cpp
- Timestamp:
- 12/05/06 18:14:43 (2 years ago)
- Files:
-
- 1 modified
-
trunk/source/atmdat_adfa.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/atmdat_adfa.cpp
r682 r685 1 1 /* This file is part of Cloudy and is copyright (C)1978-2006 by Gary J. Ferland 2 2 * For conditions of distribution and use see copyright notice in license.txt */ 3 /*atmdat_phfit derive photoionization cross sect oins for first 30 elements */3 /*atmdat_phfit derive photoionization cross sections for first 30 elements */ 4 4 #include "cddefines.h" 5 5 #include "physconst.h" … … 63 63 64 64 bool lgErr = false; 65 long i , j, k, n;65 long i=-1, j=-1, k=-1, n; 66 66 67 67 lgErr = lgErr || ( fscanf( io, "%ld", &i ) != 1 );
