sandialabs / CACTUS

CACTUS (Code for Axial and Cross-flow TUrbine Simulation) is a turbine performance simulation code, based on a free wake vortex method, to study wind turbines and marine hydrokinetic (MHK) devices.
BSD 3-Clause "New" or "Revised" License
18 stars 12 forks source link

Fix path issues #27

Closed whophil closed 4 years ago

whophil commented 4 years ago

Double-quote paths and add a trailing path separator. Fixes issues when paths have spaces, and might fix "bad syntax" errors for mkdir on Windows (see #24).

@danrhouck can you build this branch and see if it fixes your issue? I don't have access to a Windows machine right now.