devitocodes / opesci-fd

A framework for automatically generating finite difference models from a high-level description of the model equations.

Home Page:http://opesci.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCC 4.6 compatibility

mlange05 opened this issue · comments

Ubuntu LTS and travis use GCC 4.6 as the default compiler, so we should aim to support it. We currently don't due to the use of non-static data member initializers, which is a C++11 feature and easy to change.

Shall we change it after the cgen code is merged?

Yes, lets land PR #60 first. It will make this one easier, I think.