2023-03-10 18:41:00 +00:00
|
|
|
using DrWatson
|
|
|
|
@quickactivate "Reservoir Engineering"
|
|
|
|
|
|
|
|
# Here you may include files from the source directory
|
2023-03-10 13:58:54 -05:00
|
|
|
include(srcdir("Looping"))
|
2023-03-10 18:41:00 +00:00
|
|
|
|
2023-03-10 20:54:30 -05:00
|
|
|
println("""
|
|
|
|
Currently active project is: $(projectname())
|
2023-03-10 18:41:00 +00:00
|
|
|
|
2023-03-10 20:54:30 -05:00
|
|
|
Path of active project: $(projectdir())
|
2023-03-10 18:41:00 +00:00
|
|
|
|
2023-03-10 20:54:30 -05:00
|
|
|
Have fun with your new project!
|
2023-03-10 18:41:00 +00:00
|
|
|
|
2023-03-10 20:54:30 -05:00
|
|
|
You can help us improve DrWatson by opening
|
|
|
|
issues on GitHub, submitting feature requests,
|
|
|
|
or even opening your own Pull Requests!
|
|
|
|
""")
|