mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Closes usgs-coupled/phreeqcrm#12 (#13)
* Closes usgs-coupled/phreeqcrm#12 * Added yaml-cpp install * Added yaml-cpp to PhreeqcRM link libraries * Added yaml-cpp install to cmake builds * Added compile feature cxx_std_11 * Added toolchain for windows cmake * Fix autotools build on macOS? * Changed to c++ headers for math.h and float.h * Updated 'Test install' step for autotools (macos-latest)
This commit is contained in:
parent
6e14dda95c
commit
9b9ee1b061
@ -29,9 +29,9 @@ typedef unsigned char boolean;
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <errno.h>
|
||||
#include <float.h>
|
||||
#include <cfloat>
|
||||
#include "phrqtype.h"
|
||||
#include "cvdense.h"
|
||||
#include "runner.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user