From e7930a49fe79f48b70170fcf89550edeea537783 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 15 Nov 2000 20:22:40 +0000 Subject: [PATCH] Fix a comment. --- src/Lib/DEM/dem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lib/DEM/dem.cxx b/src/Lib/DEM/dem.cxx index 4fe24d98..5677a2b9 100644 --- a/src/Lib/DEM/dem.cxx +++ b/src/Lib/DEM/dem.cxx @@ -338,7 +338,7 @@ FGDem::read_b_record( ) { token = next_token(); token = next_token(); - // One (usually) dimensional array (prof_num_cols,1) of elevations + // One (usually) dimensional array (1,prof_num_rows) of elevations last = 0; for ( i = 0; i < prof_num_rows; i++ ) { prof_data = next_int();