~chaffra/ffc/main-old

« back to all changes in this revision

Viewing changes to test/regression/references/r_quadrature/ProjectionManifold.h

  • Committer: Chaffra Affouda
  • Date: 2013-03-17 13:09:45 UTC
  • mfrom: (1675.1.153 work)
  • Revision ID: chaffra@gmail.com-20130317130945-6znd0m92hslnarkb
commit to trunk r1828

Show diffs side-by-side

added added

removed removed

Lines of Context:
4061
4061
  /// Return a string identifying the form
4062
4062
  virtual const char* signature() const
4063
4063
  {
4064
 
    return "aa7b7a7872af367f47fdaf624f06e86c6218474bdd799542256cd2aa1f765f9e61f97596c96231357571c588c9392bac45e85ffc8fb75c52ec6c5f461b81f962";
 
4064
    return "671f735c3a67287890323f64b994ab87ff44a0a5d2854da6c8b6be9c8ccd21490c68ce402a670d7a256d380ca27c981e97b5ddd97afaf77c1a5ed85fcb606308";
4065
4065
  }
4066
4066
 
4067
4067
  /// Return the rank of the global tensor (r)
4185
4185
  /// Create a new point integral on sub domain i
4186
4186
  virtual ufc::point_integral* create_point_integral(std::size_t i) const
4187
4187
  {
4188
 
    std::cerr << "*** FFC warning: " << "create_point_integral not yet implemented." << std::endl;
4189
4188
    return 0;
4190
4189
  }
4191
4190
 
4210
4209
  /// Create a new point integral on everywhere else
4211
4210
  virtual ufc::point_integral* create_default_point_integral() const
4212
4211
  {
4213
 
    std::cerr << "*** FFC warning: " << "create_default_point_integral not yet implemented." << std::endl;
4214
4212
    return 0;
4215
4213
  }
4216
4214