Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Commits
ab741a8b
There was an error fetching the commit references. Please try again later.
Commit
ab741a8b
authored
3 years ago
by
Tomáš Oberhuber
Browse files
Options
Downloads
Patches
Plain Diff
Deleting whitespaces in File.h.
parent
4eb76823
No related branches found
No related tags found
1 merge request
!116
Documentation for linear solvers and preconditioners
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/TNL/File.h
+4
-4
4 additions, 4 deletions
src/TNL/File.h
with
4 additions
and
4 deletions
src/TNL/File.h
+
4
−
4
View file @
ab741a8b
...
...
@@ -58,9 +58,9 @@ class File
* Opens file with given \e fileName in some \e mode from \ref std::ios_base::openmode.
* Note that the file is always opened in binary mode, i.e. \ref std::ios_base::binary
* is always added to \e mode.
*
*
* Throws \ref std::ios_base::failure on failure.
*
*
* \param fileName String which indicates file name.
* \param mode Indicates in what mode the file will be opened - see \ref std::ios_base::openmode.
*/
...
...
@@ -69,7 +69,7 @@ class File
/**
* \brief Closes the file.
*
*
* Throws \ref std::ios_base::failure on failure.
*/
void
close
();
...
...
@@ -133,7 +133,7 @@ class File
* \tparam Index type of index by which the elements are indexed.
* \param buffer buffer that is going to be saved to the file.
* \param elements number of elements saved to the file.
*
*
* See \ref File::load for examples.
*/
template
<
typename
Type
,
typename
TargetType
=
Type
,
typename
Allocator
=
Allocators
::
Host
<
Type
>
>
...
...
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