cpmech / gosl

Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect directory in installation instructions

aleb opened this issue · comments

https://github.com/cpmech/gosl/blob/master/doc/InstallationOnMacOSX.md
mkdir -p src/github.com/cpmech.com should be mkdir -p src/github.com/cpmech

Thank you very much!
(fixed)