Loading src/README.md +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ In all cases, build commands executed through `make` will output the object file 3. cd to the `build/sphere` folder 3. cd to the `build/sphere` folder 4. run `sph` following the instructions given in `build\README.md` 4. run `sph` following the instructions given in `build\README.md` ## C++ code setup and execution (requires `g++` abd GNU `make`) ## C++ code setup and execution (requires `g++` and GNU `make`) 1. cd to the `src` folder 1. cd to the `src` folder 2. run `make np_sphere` 2. run `make np_sphere` Loading Loading
src/README.md +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ In all cases, build commands executed through `make` will output the object file 3. cd to the `build/sphere` folder 3. cd to the `build/sphere` folder 4. run `sph` following the instructions given in `build\README.md` 4. run `sph` following the instructions given in `build\README.md` ## C++ code setup and execution (requires `g++` abd GNU `make`) ## C++ code setup and execution (requires `g++` and GNU `make`) 1. cd to the `src` folder 1. cd to the `src` folder 2. run `make np_sphere` 2. run `make np_sphere` Loading