Skip to content

Commit

Permalink
add input load subpackage support
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Feb 7, 2024
1 parent 2682ff4 commit 1e915b3
Show file tree
Hide file tree
Showing 12 changed files with 1,549 additions and 479 deletions.
3 changes: 2 additions & 1 deletion make/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ $(OBJDIR)/ims8reordering.o \
$(OBJDIR)/StructVector.o \
$(OBJDIR)/ModflowInput.o \
$(OBJDIR)/IdmLogger.o \
$(OBJDIR)/DefinitionSelect.o \
$(OBJDIR)/Integer1dReader.o \
$(OBJDIR)/Double2dReader.o \
$(OBJDIR)/Double1dReader.o \
Expand Down Expand Up @@ -274,7 +275,6 @@ $(OBJDIR)/ImsLinearSolver.o \
$(OBJDIR)/ims8base.o \
$(OBJDIR)/StructArray.o \
$(OBJDIR)/LayeredArrayReader.o \
$(OBJDIR)/DefinitionSelect.o \
$(OBJDIR)/InputLoadType.o \
$(OBJDIR)/GridConnection.o \
$(OBJDIR)/DistributedVariable.o \
Expand All @@ -287,6 +287,7 @@ $(OBJDIR)/LinearSolverFactory.o \
$(OBJDIR)/ims8linear.o \
$(OBJDIR)/BaseSolution.o \
$(OBJDIR)/LoadMf6File.o \
$(OBJDIR)/DynamicParamFilter.o \
$(OBJDIR)/BoundInputContext.o \
$(OBJDIR)/AsciiInputLoadType.o \
$(OBJDIR)/ExplicitModel.o \
Expand Down
1 change: 1 addition & 0 deletions msvs/mf6core.vfproj
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<File RelativePath="..\src\Utilities\Idm\selector\IdmSimDfnSelector.f90"/></Filter>
<File RelativePath="..\src\Utilities\Idm\BoundInputContext.f90"/>
<File RelativePath="..\src\Utilities\Idm\DefinitionSelect.f90"/>
<File RelativePath="..\src\Utilities\Idm\DynamicParamFilter.f90"/>
<File RelativePath="..\src\Utilities\Idm\IdmLoad.f90"/>
<File RelativePath="..\src\Utilities\Idm\IdmLogger.f90"/>
<File RelativePath="..\src\Utilities\Idm\InputDefinition.f90"/>
Expand Down
Loading

0 comments on commit 1e915b3

Please sign in to comment.