~ubuntu-branches/ubuntu/wily/ffc/wily

« back to all changes in this revision

Viewing changes to test/regression/references/r_auto/Components.h

  • Committer: Package Import Robot
  • Author(s): Johannes Ring
  • Date: 2011-11-29 11:38:38 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20111129113838-vx815cxjdf50zuq3
Tags: 1.0-rc1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// This code conforms with the UFC specification version 2.0.2
2
 
// and was automatically generated by FFC version 1.0-beta+.
 
1
// This code conforms with the UFC specification version 2.0.4
 
2
// and was automatically generated by FFC version 1.0-rc1.
3
3
// 
4
4
// This code was generated with the following parameters:
5
5
// 
4629
4629
  /// Initialize dofmap for mesh (return true iff init_cell() is needed)
4630
4630
  virtual bool init_mesh(const ufc::mesh& m)
4631
4631
  {
4632
 
    _global_dimension = 3.0*m.num_entities[0];
 
4632
    _global_dimension = 3*m.num_entities[0];
4633
4633
    return false;
4634
4634
  }
4635
4635