mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
removed setjmp except in Basic.
Starting to cleanup header files. git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/branches/ErrorHandling@5719 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
95aa3278de
commit
980e680241
@ -12,7 +12,6 @@
|
||||
#include <fstream>
|
||||
|
||||
#include "ISolutionComp.h"
|
||||
//#include "NumKeyword.h"
|
||||
#include "Solution.h"
|
||||
|
||||
class cxxISolution:public cxxSolution
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
#if !defined(NUMKEYWORD_H_INCLUDED)
|
||||
#define NUMKEYWORD_H_INCLUDED
|
||||
|
||||
//#include "Parser.h"
|
||||
#include <ostream> // std::ostream
|
||||
#include <string> // std::string
|
||||
#include "PHRQ_base.h"
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
#include <math.h>
|
||||
#include <errno.h>
|
||||
#include <float.h>
|
||||
#include <setjmp.h>
|
||||
#include "phrqtype.h"
|
||||
#include "cvdense.h"
|
||||
#include "runner.h"
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
#include "Phreeqc.h"
|
||||
|
||||
//#include "input.h"
|
||||
#include "NameDouble.h"
|
||||
#include "Solution.h"
|
||||
#include "Reaction.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user