Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
BasicDTUController
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenLAC
BasicDTUController
Merge requests
!20
Added write_version.f90 file to compilation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added write_version.f90 file to compilation
jantoreh:patch-4
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Mikkel Friis-Møller
requested to merge
jantoreh:patch-4
into
master
7 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Created by: jantoreh
The write_version.f90 file was missing from the makefile
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a4d9c3dc
1 commit,
6 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/dtu_we_controller/Makefile
+
1
−
1
Options
@@ -6,7 +6,7 @@ include ../_mkf/MakefileDllInit.mk
# --- Makefile flags
# --------------------------------------------------------------------------------
LIB_NAME_BASE
=
dtu_we_controller
SRC
=
misc_mod.f90 dtu_we_controller_fcns.f90 turbine_controller.f90 safety_system.f90 dtu_we_controller.f90
SRC
=
write_version.f90
misc_mod.f90 dtu_we_controller_fcns.f90 turbine_controller.f90 safety_system.f90 dtu_we_controller.f90
ifeq
($(FCOMPILER),1)
FFLAGS_EXTRA
=
-libs
:static
-threads
Loading