~wbetz/fesslix/flx_testing

« back to all changes in this revision

Viewing changes to test/test_25.flx

  • Committer: Wolfgang Betz
  • Date: 2016-02-23 13:42:06 UTC
  • Revision ID: wolfgang.betz@fesslix.org-20160223134206-ys46yfryawsu5k73
Adapt to fesslix trunk.1283

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
 
199
199
const c = 0;
200
200
filter(qid;tmpmtx!{mtxconst_rf_elidvec tmpvec(1,face);}) {
201
 
  map_add rf1(qid) = mtxcoeff(postexp,c,0);
202
 
  map_add rf2(qid) = mtxcoeff(postexp2,c,0);
 
201
  funplot qid, mtxcoeff(postexp,c,0), mtxcoeff(postexp2,c,0);
203
202
  const c = c + 1;
204
203
};
205
204