Book Errata: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
DaveDemarle (talk | contribs) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
* Examples, page 313-315. In Python ";" is not needed at the end of a line. | * Examples, page 313-315. In Python ";" is not needed at the end of a line. | ||
* Writing ParaView Readers, page 321. RequestData method should | * Writing ParaView Readers, page 321. RequestData method should request UPDATE_EXTENT instead of WHOLE_EXTENT to find the subext. | ||
* Index, page 353-363. Many of the page numbers given are two less than the correct number. | * Index, page 353-363. Many of the page numbers given are two less than the correct number. | ||
{{ParaView/Template/Footer}} |
Latest revision as of 00:00, 13 September 2008
The ParaView Guide version 3
- Parallel ParaView, p 133 and p 135. Instead of adding " --machines=machines.pvx" or " -m=machines.pvx" to the command line, simply add " machines.pvx".
- Appendix D ParaView Data (PVD) File Format, page 232. The value of timestep can be any floating point number.
- Examples, page 313-314. "animation.*" should have the prefix "servermanager.".
- Examples, page 313-315. In Python ";" is not needed at the end of a line.
- Writing ParaView Readers, page 321. RequestData method should request UPDATE_EXTENT instead of WHOLE_EXTENT to find the subext.
- Index, page 353-363. Many of the page numbers given are two less than the correct number.