Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. MOAB_LIBRARY_DIR="${HOME}/opt/moab/lib"
  2. MOAB_INCLUDE_DIR="${HOME}/opt/moab/include"
  3.  
  4. find_volume: gtt_find_volume.cpp
  5. g++ gtt_find_volume.cpp -g -L${MOAB_LIBRARY_DIR} -lMOAB -I${MOAB_INCLUDE_DIR} -o find_volume
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement