nemocrys / pyelmer

A python interface to Elmer.
GNU General Public License v3.0
56 stars 18 forks source link

Add type check when writing the sif-file #13

Open arvedes opened 2 years ago

arvedes commented 2 years ago

Currently, anything is dumped into the sif-file, no matter what type. By checking the type (only allowing int, float, string) issues like #12 could be avoided.