Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Jordan
BENOPT-HEAT
Commits
e570d404
Commit
e570d404
authored
Jun 30, 2020
by
Markus Millinger
Browse files
Minor language edit
parent
15dcefd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Main.m
View file @
e570d404
...
...
@@ -175,7 +175,7 @@ end
toc
%% Transfer paramter to GAMS and receive optimization results
%% Transfer param
e
ter to GAMS and receive optimization results
tic
disp
(
'Optimization started'
);
...
...
@@ -215,7 +215,7 @@ clear vp vBiop vGasp v3p bup bcp ncapp ncap1p ncap2p nextp nprodp nxdecp tcp ghg
% Display total costs in trillion EUR
disp
([
'Total costs (Trillion
)
: '
num2str
(
tc
/
1000000000000
)]);
disp
([
'Total costs (Trillion ): '
num2str
(
tc
/
1000000000000
)]);
%% Save data
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment