Changeset 5521 for branches


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

merge r5520 from trunk

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

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

    r5180 r5521  
    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.