Changeset 5520 for trunk


Ignore:
Timestamp:
May 15, 2015 2:10:02 PM (9 years ago)
Author:
ldelgass
Message:

Add check for > 3 coodinates per line in cloud parser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/cloud.tcl

    r5150 r5520  
    139139        if {"" == [string trim $line]} {
    140140            continue
     141        }
     142
     143        if {[llength $line] > 3} {
     144            puts stderr "ERROR: Too many coordinates in cloud points list"
     145            return
    141146        }
    142147
Note: See TracChangeset for help on using the changeset viewer.