~m-abolghasemi12/fluidity/k_omega

« back to all changes in this revision

Viewing changes to tools/unifiedmesh_main.cpp

  • Committer: Gerard Gorman
  • Date: 2013-01-24 01:00:41 UTC
  • Revision ID: g.gorman@imperial.ac.uk-20130124010041-l46v536yurr6jg2w
Fixes for minor bugs picked up the gcc 4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <cstring>
30
30
#include <iostream>
31
31
#include <stdlib.h>
 
32
#include <unistd.h>
32
33
 
33
34
#include "confdefs.h"
34
35