mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
Renamed IPhreeqcLib.h to IPhreeqc.h
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4221 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
2d8f7e0e51
commit
094d4c0684
@ -1,4 +1,4 @@
|
|||||||
#include "IPhreeqcLib.h"
|
#include "IPhreeqc.h"
|
||||||
#include "IPhreeqc2.h"
|
#include "IPhreeqc2.h"
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
#include <assert.h> /* assert */
|
#include <assert.h> /* assert */
|
||||||
#include <stdio.h> /* sprintf */
|
#include <stdio.h> /* sprintf */
|
||||||
#include "phrqtype.h"
|
#include "phrqtype.h"
|
||||||
#include "IPhreeqcLib.h" // TODO DELETE AFTER RENAMING TO IPhreeqc.h
|
#include "IPhreeqc.h"
|
||||||
|
|
||||||
/*******************************
|
/*******************************
|
||||||
When using GNU gcc/g++/g77
|
When using GNU gcc/g++/g77
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#include "IPhreeqcLib.h" // TODO DELETE AFTER RENAMING TO IPhreeqc.h
|
#include "IPhreeqc.h"
|
||||||
#include "fwrap.h"
|
#include "fwrap.h"
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#include "IPhreeqcLib.h" // TODO DELETE AFTER RENAMING TO IPhreeqc.h
|
#include "IPhreeqc.h"
|
||||||
#include "fwrap.h"
|
#include "fwrap.h"
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user