Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odarbelaeze/gmrpro
Giant Magneto Resistance simulator
https://github.com/odarbelaeze/gmrpro
Last synced: 9 days ago
JSON representation
Giant Magneto Resistance simulator
- Host: GitHub
- URL: https://github.com/odarbelaeze/gmrpro
- Owner: odarbelaeze
- License: mit
- Created: 2013-02-10T01:30:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T21:26:58.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T20:50:16.535Z (about 2 months ago)
- Language: C++
- Size: 602 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GMR Pro functional branch
=========================This branch is intended to give a better implementation of GmrPro,
a little bit more usable, and enjoyable to develop, is based in the
standard c++11 (Nom nom nom...).Make the little project with
make all
and if you which to do a custom compile be sure of include the `-std=c++11` or
`-std=c++0x` flag, if you are using `gcc`
[here](http://gcc.gnu.org/projects/cxx0x.html) you can find an status reference.