Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
cosmotools
CAMEL
Commits
9d131075
Commit
9d131075
authored
Jun 28, 2019
by
Plaszczynski Stephane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stupid merge
parent
ec1de3fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
src/camel/MCMC/exec/mainMCMC.cc
src/camel/MCMC/exec/mainMCMC.cc
+1
-7
No files found.
src/camel/MCMC/exec/mainMCMC.cc
View file @
9d131075
...
...
@@ -50,19 +50,13 @@ int main(int argc, char *argv[])
std
::
cout
<<
"output file "
+
fileName
+
" already exists: removing it"
<<
endl
;
remove_file
(
fileName
);
}
<<<<<<<
HEAD
string
base
=
BaseName
(
fileName
);
string
ar_file
=
string
(
"ar_vs_length_"
)
+
base
;
string
scale_file
=
string
(
"scale_"
)
+
base
;
string
cor_file
=
string
(
"last_step_"
)
+
base
;
=======
string
ar_file
=
string
(
"ar_vs_length_"
)
+
fileName
;
string
scale_file
=
string
(
"scale_"
)
+
fileName
;
string
cor_file
=
string
(
"last_step_"
)
+
fileName
;
>>>>>>>
3399
f7a40aaa872fc3de1dde13916af714ef0568
cout
<<
"output files:"
<<
endl
;
cout
<<
"
MCMC
output files:"
<<
endl
;
cout
<<
ar_file
<<
" "
<<
scale_file
<<
" "
<<
cor_file
<<
" "
<<
endl
;
cout
<<
"output files:"
<<
endl
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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