Mindwerks / plate-tectonics

A fork of platec http://sourceforge.net/projects/platec/
GNU Lesser General Public License v3.0
83 stars 24 forks source link

Removed throw(invalid_argument) (caused compile error during installation with pip3 and gcc) #44

Open ctittel opened 2 years ago

ctittel commented 2 years ago

I was unable to install the python library, both from pip's repository and when cloned locally. The compiler was complaining that throw(<something>) is obsolete.

Just removed throw(invalid_argument) from the constructor of litosphere and was now able to install the python package. The tests also passed on my system.