Print

Print


I have traced the exception to the call string(getenv("FSLDIR")) on line 170 of fast_two.cc. I have verified that FSLDIR is correctly set in the script by echo $FSLDIR just before calling fast. But apparently there is some trouble accessing this environment variable from the fast code. Any ideas?

-cc