mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
renamed CurrentSelectedOutputUserNumber.c to SetCurrentSelectedOutputUserNumber.c
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8212 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
a594f0fbcd
commit
ea0d5f0e6d
@ -14,7 +14,7 @@ IPHREEQC_LA = ../../_build/src/libiphreeqc.la
|
|||||||
TARGETS = \
|
TARGETS = \
|
||||||
AccumulateLine \
|
AccumulateLine \
|
||||||
CreateIPhreeqc \
|
CreateIPhreeqc \
|
||||||
CurrentSelectedOutputUserNumber \
|
GetCurrentSelectedOutputUserNumber \
|
||||||
GetComponent \
|
GetComponent \
|
||||||
GetDumpString \
|
GetDumpString \
|
||||||
GetErrorString \
|
GetErrorString \
|
||||||
@ -54,7 +54,7 @@ CreateIPhreeqc: CreateIPhreeqc.lo $(IPHREEQC_LA)
|
|||||||
GetComponent: GetComponent.lo $(IPHREEQC_LA)
|
GetComponent: GetComponent.lo $(IPHREEQC_LA)
|
||||||
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA)
|
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA)
|
||||||
|
|
||||||
CurrentSelectedOutputUserNumber: CurrentSelectedOutputUserNumber.lo $(IPHREEQC_LA)
|
GetCurrentSelectedOutputUserNumber: GetCurrentSelectedOutputUserNumber.lo $(IPHREEQC_LA)
|
||||||
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA)
|
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA)
|
||||||
|
|
||||||
GetDumpString: GetDumpString.lo $(IPHREEQC_LA)
|
GetDumpString: GetDumpString.lo $(IPHREEQC_LA)
|
||||||
@ -149,7 +149,7 @@ F90SetBasicFortranCallback: F90SetBasicFortranCallback.lo $(IPHREEQC_LA)
|
|||||||
LO_FILES = \
|
LO_FILES = \
|
||||||
AccumulateLine.lo \
|
AccumulateLine.lo \
|
||||||
CreateIPhreeqc.lo \
|
CreateIPhreeqc.lo \
|
||||||
CurrentSelectedOutputUserNumber.lo \
|
GetCurrentSelectedOutputUserNumber.lo \
|
||||||
DestroyIPhreeqc.lo \
|
DestroyIPhreeqc.lo \
|
||||||
GetComponent.lo \
|
GetComponent.lo \
|
||||||
GetDumpString.lo \
|
GetDumpString.lo \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user