Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
00247c89
Commit
00247c89
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
rm ';'
parent
e65fc3cd
No related branches found
No related tags found
1 merge request
!1629
IO further cleanup
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Device/IO/ReadReflectometry.h
+1
-1
1 addition, 1 deletion
Device/IO/ReadReflectometry.h
Device/IO/ReadWriteINT.h
+1
-1
1 addition, 1 deletion
Device/IO/ReadWriteINT.h
Device/IO/ReadWriteNumpyTXT.h
+1
-1
1 addition, 1 deletion
Device/IO/ReadWriteNumpyTXT.h
with
3 additions
and
3 deletions
Device/IO/ReadReflectometry.h
+
1
−
1
View file @
00247c89
...
...
@@ -27,6 +27,6 @@ namespace IO {
//! Read reflectometry scan from plain old table.
Datafield
*
readReflectometryTable
(
std
::
istream
&
inStream
);
}
;
// namespace IO
}
// namespace IO
#endif // BORNAGAIN_DEVICE_IO_READREFLECTOMETRY_H
This diff is collapsed.
Click to expand it.
Device/IO/ReadWriteINT.h
+
1
−
1
View file @
00247c89
...
...
@@ -29,6 +29,6 @@ Datafield* readBAInt(std::istream& input_stream);
//! Read Datafield from BornAgain intensity ASCII file.
void
writeBAInt
(
const
Datafield
&
data
,
std
::
ostream
&
output_stream
);
}
;
// namespace IO
}
// namespace IO
#endif // BORNAGAIN_DEVICE_IO_READWRITEINT_H
This diff is collapsed.
Click to expand it.
Device/IO/ReadWriteNumpyTXT.h
+
1
−
1
View file @
00247c89
...
...
@@ -29,6 +29,6 @@ Datafield* readNumpyTxt(std::istream& input_stream);
//! Writes Datafield to simple ASCII file with layout as in numpy.savetxt.
void
writeNumpyTxt
(
const
Datafield
&
data
,
std
::
ostream
&
output_stream
);
}
;
// namespace IO
}
// namespace IO
#endif // BORNAGAIN_DEVICE_IO_READWRITENUMPYTXT_H
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment