~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to sandbox/ilmarw/assembler_bench/Laplace_2D/SConscript

  • Committer: Ilmar Wilbers
  • Date: 2008-05-21 11:58:58 UTC
  • mfrom: (2668.7.5 trunk)
  • mto: (2668.1.25 trunk)
  • mto: This revision was merged to the branch mainline in revision 2670.
  • Revision ID: ilmarw@simula.no-20080521115858-9s0lphm6deqf53p0
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Import('env')
 
2
env.Program('assembler_test', ['main.cpp','../assembly_tester.cpp'])