From fc143f8aebd7ece6cea8665e3cee95edd603b642 Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Thu, 7 Apr 2016 16:06:00 +0200
Subject: [PATCH] fix layout

---
 docs/howto-make-dlcs.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/docs/howto-make-dlcs.md b/docs/howto-make-dlcs.md
index db275b87..73a83bd7 100644
--- a/docs/howto-make-dlcs.md
+++ b/docs/howto-make-dlcs.md
@@ -162,8 +162,8 @@ If you need more information on what is going on, you can read a more detailed
 description [here]
 (https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/blob/master/docs/configure-wine.md).
 
-All your HAWC2 executables and DLL's are now located at
-```/home/$USER/.wine32/drive_c/bin```.
+All your HAWC2 executables and DLL's are now located
+at ```/home/$USER/.wine32/drive_c/bin```.
 
 Notice that the HAWC2 executable names are ```hawc2-latest.exe```,
 ```hawc2-118.exe```, etc. By default the latest version will be used and the user
@@ -559,5 +559,4 @@ are redirected to the ```pbs_out/qsub-wrap_dlctemplate.py.err``` text file.
 
 The output and errors of HAWC2 simulations can also be found in the ```pbs_out```
 directory. The ```.err``` and ```.out``` files will be named exactly the same
-as the ```.htc``` input files, and the ```.sel```/```.dat``` output files.
-
+as the ```.htc``` input files, and the ```.sel```/```.dat``` output files.
\ No newline at end of file
-- 
GitLab