Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit bc2a92b

Browse files
committed
Ogawa code now has correct include paths. New Field3DFile compiles but only write root group.
1 parent 6e437dd commit bc2a92b

32 files changed

+3990
-1258
lines changed

BuildSupport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def getMathHeader():
144144
def setupLibBuildEnv(env, pathToRoot = "."):
145145
# Project headers
146146
env.Append(CPPPATH = [join(pathToRoot, export)])
147+
env.Append(CPPPATH = [join(pathToRoot, include)])
147148
# Check if Site.py exists
148149
siteExists = False
149150
if os.path.exists(join(pathToRoot, siteFile)):

0 commit comments

Comments
 (0)