~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/kernel/io/XMLFunction.cpp

  • Committer: Anders Logg
  • Date: 2007-01-10 09:04:44 UTC
  • mfrom: (1689.1.221 trunk)
  • Revision ID: logg@simula.no-20070110090444-ecyux3n1qnei4i8h
RemoveĀ oldĀ head

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
// First added:  2006-02-15
5
 
// Last changed: 2006-02-16
 
5
// Last changed: 2006-05-23
6
6
 
7
7
#include <dolfin/dolfin_log.h>
8
8
#include <dolfin/Function.h>
43
43
    
44
44
    if ( xmlStrcasecmp(name, (xmlChar *) "function") == 0 )
45
45
    {
46
 
      ok = true;
47
46
      state = DONE;
48
47
    }
49
48