mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Move old files into the attic
The attic are the place where files which we don't use right now, but which we acknowledge some amount of valuable time has been spent on and which may be usable some day in the future, so we don't have the conscience to right out delete them. These files are not expected to compile, and certainly not to run and produce sensible results, anymore. However, with some work they can possibly be converted into proper unit tests or examples.
This commit is contained in:
parent
996ae2ff14
commit
1700405d0c
@ -22,6 +22,9 @@
|
||||
# files can of course include other files than these;
|
||||
# you should only add to this list if the *user* of
|
||||
# the library needs it.
|
||||
#
|
||||
# ATTIC_FILES Unmaintained files. This for the projects developers
|
||||
# only. Don't expect these files to build.
|
||||
|
||||
# originally generated with the command:
|
||||
# find opm -name '*.c*' -printf '\t%p\n' | sort
|
||||
@ -75,6 +78,15 @@ list (APPEND EXAMPLE_SOURCE_FILES
|
||||
tests/compare_upscaling_results.cpp
|
||||
)
|
||||
|
||||
# originally generated with the command:
|
||||
# find attic -name '*.c*' -printf '\t%p\n' | sort
|
||||
list (APPEND ATTIC_FILES
|
||||
attic/aniso_implicit_steadystate_test.cpp
|
||||
attic/aniso_steadystate_test.cpp
|
||||
attic/implicit_steadystate_test.cpp
|
||||
attic/steadystate_test_explicit.cpp
|
||||
)
|
||||
|
||||
# programs listed here will not only be compiled, but also marked for
|
||||
# installation
|
||||
list (APPEND PROGRAM_SOURCE_FILES
|
||||
|
Loading…
Reference in New Issue
Block a user