xcfem / xc

finite element analysis package for civil engineering structures.
http://www.xcengineering.xyz/html_files/software.html
GNU General Public License v3.0
262 stars 54 forks source link

lower and upper analysis.h & Analysis.h in same directory, error on windows os #124

Closed ebrahimraeyat closed 9 months ago

ebrahimraeyat commented 9 months ago

windows OS does not accept the same filename with lower and upper case, for example analysis.h and Analysis.h in one directory.

it is on src\solution\analysis\analysis

lcpt commented 9 months ago

That's right, but the source code of XC is written for Unix systems. As you know, you can use it in Windows systems through WSL. I don't see the issue.