Changeset 3509 for trunk/gui/scripts


Ignore:
Timestamp:
Mar 15, 2013 7:58:22 PM (11 years ago)
Author:
ldelgass
Message:

Add newline between point data and CELLS header

File:
1 edited

Legend:

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

    r3508 r3509  
    11251125    append out "POINTS $_numPoints double\n"
    11261126    append out $points
     1127    append out "\n"
    11271128    append out "CELLS $_numCells $count\n"
    11281129    append out $data
Note: See TracChangeset for help on using the changeset viewer.