Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
caddies
caddies-api
Commits
0ee465c1
Commit
0ee465c1
authored
Jul 19, 2016
by
mjg226
Browse files
resolved error
parent
8a220db7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
impls/square-cell/vn-neighbours/1-levels/simple/ESRI_ASCIIGrid.hpp
...are-cell/vn-neighbours/1-levels/simple/ESRI_ASCIIGrid.hpp
+0
-7
No files found.
impls/square-cell/vn-neighbours/1-levels/simple/ESRI_ASCIIGrid.hpp
View file @
0ee465c1
...
...
@@ -195,17 +195,10 @@ namespace CA {
//Clock total_timer;
// Add file extension
<<<<<<<
HEAD
String
_filename
=
filename
+
".asc"
;
// Open file
std
::
ofstream
onfile
(
_filename
.
c_str
());
=======
const
char
*
extension
=
".asc"
;
// Open file
std
::
ofstream
onfile
((
filename
+
extension
).
c_str
());
>>>>>>>
43
b2f0300835482994887c602f0b7c2fb732f784
// Check if the file was open.
if
(
!
onfile
)
...
...
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