1
0
Fork 0

Fix a comment.

This commit is contained in:
curt 2000-11-15 20:22:40 +00:00
parent 8d99adeda2
commit e7930a49fe

View file

@ -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();