Changes between Version 82 and Version 83 of FAQ


Ignore:
Timestamp:
Nov 23, 2011, 11:49:35 AM (12 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v82 v83  
    161161 * There might be a conflict with the locally provided libraries, to be found at directory $PETASCOPE/lib. Check them, and if you find a mismatch then remove them and use the resp. libraries of your local installation instead. Alternatively, consider upgrading your Java SDK to version 1.6.
    162162
     163=== Mixing trimming and slicing in WCPS fails ===
     164 * A workaround until this [ticket:64 ticket] is fixed, is to separate the two operations, e.g. instead of
     165{{{
     166c[t(5),x(0:20),y(0:20)]
     167}}}
     168   use
     169{{{
     170(c[x(0:20),y(0:20)])[t(5)]
     171}}}
    163172
    164173== Data formats ==