Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitri Naumov
ogs
Commits
01d0cf33
Commit
01d0cf33
authored
4 years ago
by
renchao.lu
Browse files
Options
Downloads
Patches
Plain Diff
[CL] set private access specifier.
parent
a6e98b13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ChemistryLib/PhreeqcIO.h
+6
-6
6 additions, 6 deletions
ChemistryLib/PhreeqcIO.h
with
6 additions
and
6 deletions
ChemistryLib/PhreeqcIO.h
+
6
−
6
View file @
01d0cf33
...
@@ -65,12 +65,6 @@ public:
...
@@ -65,12 +65,6 @@ public:
void
executeSpeciationCalculation
(
double
const
dt
)
override
;
void
executeSpeciationCalculation
(
double
const
dt
)
override
;
void
writeInputsToFile
(
double
const
dt
=
0
);
void
execute
();
void
readOutputsFromFile
();
std
::
vector
<
GlobalVector
*>
getIntPtProcessSolutions
()
const
override
;
std
::
vector
<
GlobalVector
*>
getIntPtProcessSolutions
()
const
override
;
friend
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
friend
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
...
@@ -87,6 +81,12 @@ public:
...
@@ -87,6 +81,12 @@ public:
std
::
string
const
_phreeqc_input_file
;
std
::
string
const
_phreeqc_input_file
;
private:
private:
void
writeInputsToFile
(
double
const
dt
=
0
);
void
execute
();
void
readOutputsFromFile
();
PhreeqcIO
&
operator
<<
(
double
const
dt
)
PhreeqcIO
&
operator
<<
(
double
const
dt
)
{
{
_dt
=
dt
;
_dt
=
dt
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment