Changes between Version 82 and Version 83 of FAQ
- Timestamp:
- Nov 23, 2011, 11:49:35 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v82 v83 161 161 * 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. 162 162 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 {{{ 166 c[t(5),x(0:20),y(0:20)] 167 }}} 168 use 169 {{{ 170 (c[x(0:20),y(0:20)])[t(5)] 171 }}} 163 172 164 173 == Data formats ==