ufz / ogs5

OpenGeoSys THM/C simulator version 5
https://www.opengeosys.org/ogs-5
Other
39 stars 97 forks source link

Replaced the piece of source code for finding path with an existing function #95

Closed wenqing closed 6 years ago

wenqing commented 6 years ago

as titled.

norihiro-w commented 6 years ago

looks good

wenqing commented 6 years ago

@norihiro-w The path by pathDirname(FileName) misses the last path separator. ~and the existing function pathJoin() adds the separator. The last commit uses pathJoin for every FilePath+[file name] for a correct file name with path.~ Added a path separator after FilePath in the last commit.