~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/demo/test/main.cpp

  • Committer: fenics
  • Date: 2005-02-23 03:46:01 UTC
  • Revision ID: devnull@localhost-20050223034601-az3dhrq0nqas5xza
Tailorized "2005-02-22 21:46:01 by fenics"
Remaining changes, everything didn't go through before.

Also changed so that PETSc 2.2.1 is now the default version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
// Licensed under the GNU GPL Version 2.
3
3
 
4
4
#include <iostream>
5
 
#include <petsc/petsc.h>
 
5
#include <petsc.h>
6
6
#include <dolfin.h>
7
7
 
8
8
using namespace dolfin;