Changeset 5522


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

merge r5520 from trunk

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

    • Property svn:mergeinfo changed
      /trunkmerged: 5520
  • branches/1.4/gui/scripts/cloud.tcl

    r5171 r5522  
    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.