~fluidity-core/fluidity/refactor-netcdf

« back to all changes in this revision

Viewing changes to tools/Differentiate_Vtu_main.cpp

  • Committer: Jon Hill
  • Date: 2013-02-16 09:01:40 UTC
  • mfrom: (3981.7.159 fluidity)
  • Revision ID: jon.hill@imperial.ac.uk-20130216090140-bplzxqzdk1eik4za
Megre from trunk, fixing several conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  void differentiate_vtu(const char *, size_t, const char *, size_t, const char *, size_t);
37
37
}
38
38
 
39
 
#ifdef _AIX
40
39
#include <unistd.h>
41
 
#else
 
40
 
 
41
#ifndef _AIX
42
42
#include <getopt.h>
43
43
#endif
44
44