~esys-p-dev/esys-particle/gengeo-1.0

« back to all changes in this revision

Viewing changes to src/MeshVolume.h

  • Committer: Vince Boros
  • Date: 2013-07-02 01:13:47 UTC
  • Revision ID: v.boros@uq.edu.au-20130702011347-vr241fe6owojxw0a
Fix to allow builds out of the source tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
// --- Project includes ---
17
17
#include "AVolume3D.h"
18
18
#include "TriPatchSet.h"
19
 
#include "vector3.h"
 
19
#include "../util/vector3.h"
20
20
 
21
21
// --- STL includes ---
22
22