~ubuntu-branches/ubuntu/saucy/rheolef/saucy

« back to all changes in this revision

Viewing changes to nfem/basis/prism.icc

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Saramito
  • Date: 2011-03-23 11:14:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110323111426-cjvhey7lxt6077ty
Tags: 5.93-1
* New upstream release (minor changes):
  - some extra warning message deleted in heap_allocator
  - graphic output with mayavi2 fixed
  - add doc refman in .info and .pdf format

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        { 0, 0,-1 },
44
44
        { 1, 0,-1 },
45
45
        { 0, 1,-1 },
 
46
        { 0, 0, 1 },
46
47
        { 1, 0, 1 },
47
 
        { 0, 0, 1 },
48
48
        { 0, 1, 1 } };
49
49
const size_t  n_face = 5;
50
50
const size_t face [n_face][4] = {