Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.