Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed May 10, 2024
1 parent 8c05847 commit 860a0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modlunit/units.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ static std::string neuronhome() {
#else
char* buf = std::getenv("NEURONHOME");
return (buf != nullptr) ? std::string(buf) : std::string();
#endif
}


Expand Down

0 comments on commit 860a0fe

Please sign in to comment.