mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
[phreeqci] added 'new' debugging
This commit is contained in:
parent
608e74f5d3
commit
2d8ca2d0f3
@ -1,6 +1,16 @@
|
||||
#include "Phreeqc.h"
|
||||
#include "PHRQ_base.h"
|
||||
#include <iostream>
|
||||
#include "PHRQ_io.h"
|
||||
|
||||
#if defined(PHREEQCI_GUI)
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
#undef THIS_FILE
|
||||
static char THIS_FILE[] = __FILE__;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
PHRQ_base::
|
||||
PHRQ_base(void)
|
||||
{
|
||||
|
||||
10
PHRQ_io.cpp
10
PHRQ_io.cpp
@ -1,4 +1,5 @@
|
||||
#include <assert.h>
|
||||
#include "Phreeqc.h"
|
||||
#include "PHRQ_io.h"
|
||||
#include "Parser.h"
|
||||
|
||||
@ -13,6 +14,15 @@
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
|
||||
#if defined(PHREEQCI_GUI)
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
#undef THIS_FILE
|
||||
static char THIS_FILE[] = __FILE__;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
PHRQ_io::
|
||||
PHRQ_io(void)
|
||||
{
|
||||
|
||||
@ -15,6 +15,15 @@
|
||||
#include "Parser.h"
|
||||
#include "PHRQ_io.h"
|
||||
|
||||
|
||||
#if defined(PHREEQCI_GUI)
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
#undef THIS_FILE
|
||||
static char THIS_FILE[] = __FILE__;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Construction/Destruction
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
@ -12,6 +12,15 @@
|
||||
#include "float.h"
|
||||
#include "math.h"
|
||||
|
||||
|
||||
#if defined(PHREEQCI_GUI)
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
#undef THIS_FILE
|
||||
static char THIS_FILE[] = __FILE__;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
int
|
||||
Utilities::strcmp_nocase_arg1(const char *str1, const char *str2)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user