diff --git a/IPhreeqc.2005.vcproj b/IPhreeqc.2005.vcproj index 157d48b8..8cbe0e41 100644 --- a/IPhreeqc.2005.vcproj +++ b/IPhreeqc.2005.vcproj @@ -1005,6 +1005,10 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp" > + + @@ -1101,10 +1105,6 @@ RelativePath=".\src\IPhreeqcLib.cpp" > - - @@ -1176,6 +1176,38 @@ + + + + + + + + + + + + + + + + @@ -1184,10 +1216,18 @@ RelativePath=".\src\phreeqcpp\cxxMix.cxx" > + + + + @@ -1200,10 +1240,26 @@ RelativePath=".\src\phreeqcpp\GasComp.cxx" > + + + + + + + + @@ -1212,14 +1268,30 @@ RelativePath=".\src\phreeqcpp\ISolutionComp.cxx" > + + + + + + + + @@ -1228,6 +1300,18 @@ RelativePath=".\src\phreeqcpp\NumKeyword.cxx" > + + + + + + @@ -1236,6 +1320,10 @@ RelativePath=".\src\phreeqcpp\PBasic.cpp" > + + @@ -1248,6 +1336,18 @@ RelativePath=".\src\phreeqcpp\PHRQ_io.cpp" > + + + + + + @@ -1256,18 +1356,34 @@ RelativePath=".\src\phreeqcpp\PPassemblageComp.cxx" > + + + + + + + + @@ -1384,6 +1500,14 @@ /> + + + + @@ -1392,6 +1516,10 @@ RelativePath=".\src\phreeqcpp\SolutionIsotope.cxx" > + + @@ -1404,6 +1532,10 @@ RelativePath=".\src\phreeqcpp\SScomp.cxx" > + + @@ -1412,6 +1544,14 @@ RelativePath=".\src\phreeqcpp\StorageBinList.cpp" > + + + + @@ -1428,178 +1568,38 @@ RelativePath=".\src\phreeqcpp\System.cxx" > + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/src/CSelectedOutput.cpp b/src/CSelectedOutput.cpp index 0da49140..95ab2aed 100644 --- a/src/CSelectedOutput.cpp +++ b/src/CSelectedOutput.cpp @@ -13,7 +13,7 @@ #include #include "Debug.h" // ASSERT -#include "SelectedOutput.hxx" // CSelectedOutput +#include "CSelectedOutput.hxx" // CSelectedOutput const size_t RESERVE_ROWS = 80; const size_t RESERVE_COLS = 80; diff --git a/src/IPhreeqc.cpp b/src/IPhreeqc.cpp index 18875cc5..65ab86fd 100644 --- a/src/IPhreeqc.cpp +++ b/src/IPhreeqc.cpp @@ -8,7 +8,7 @@ #include "Debug.h" // ASSERT #include "ErrorReporter.hxx" // CErrorReporter -#include "SelectedOutput.hxx" // CSelectedOutput +#include "CSelectedOutput.hxx" // CSelectedOutput #include "phreeqcpp/SelectedOutput.h" // SelectedOutput #include "dumper.h" // dumper diff --git a/unit/TestSelectedOutput.h b/unit/TestSelectedOutput.h index e7eaba15..5eb4ac54 100644 --- a/unit/TestSelectedOutput.h +++ b/unit/TestSelectedOutput.h @@ -5,7 +5,7 @@ #pragma warning(disable : 4786) // disable truncation warning #endif -#include "../src/SelectedOutput.hxx" +#include "../src/CSelectedOutput.hxx" #include #include diff --git a/unit/unit.vcproj b/unit/unit.vcproj index 18ce1784..94696c9a 100644 --- a/unit/unit.vcproj +++ b/unit/unit.vcproj @@ -445,6 +445,10 @@ + + @@ -453,10 +457,6 @@ RelativePath="..\src\IPhreeqcLib.cpp" > - - @@ -938,6 +938,10 @@ + + @@ -966,10 +970,6 @@ RelativePath="..\src\IPhreeqcCallbacks.h" > - -