~njansson/dolfin/hpc

« back to all changes in this revision

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

  • Committer: logg
  • Date: 2004-03-31 20:50:04 UTC
  • Revision ID: devnull@localhost-20040331205004-tf2m2uualk2v70k6
Tailorized "2004-03-31 14:50:04 by logg"
Update ChangeLog

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
int main()
9
9
{
10
 
  dolfin_set("output", "plain text");
11
 
 
12
10
  dolfin::cout << "Test" << " test" << dolfin::endl;
13
 
  
14
 
  dolfin_load("dolfin.xml");
15
 
  dolfin_save("dolfin2.xml");
16
11
 
17
12
  return 0;
18
13
}