mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
whitespace
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8022 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
5c19837bc5
commit
c2e8112075
@ -4,7 +4,7 @@
|
||||
int main(void)
|
||||
{
|
||||
int id;
|
||||
|
||||
|
||||
id = CreateIPhreeqc();
|
||||
if (id < 0) {
|
||||
return EXIT_FAILURE;
|
||||
@ -14,12 +14,12 @@ int main(void)
|
||||
OutputErrorString(id);
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
if (AccumulateLine(id, "SOLUTION 1") != IPQ_OK) {
|
||||
OutputErrorString(id);
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
if (AccumulateLine(id, "END") != IPQ_OK) {
|
||||
OutputErrorString(id);
|
||||
return EXIT_FAILURE;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user