geodynamics / vq

Virtual Quake is a boundary element code designed to investigate long term fault system behavior and interactions between faults through stress transfer.
Other
12 stars 24 forks source link

std::isnan is giving problems, reverting to just isnan #95

Closed kwschultz closed 9 years ago

markyoder commented 9 years ago

this should be a (relatively simple) matter of namespaces. it is possible that different modules are declaring the std namespace differently, so the correct syntax might vary between different modules.