Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
src
Commits
0be36eef
Commit
0be36eef
authored
Jun 03, 2020
by
frey_m
Browse files
FieldWriter: include missing headers
parent
ff79054c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/Structure/FieldWriter.cpp
src/Structure/FieldWriter.cpp
+5
-1
src/Structure/FieldWriter.h
src/Structure/FieldWriter.h
+2
-0
No files found.
src/Structure/FieldWriter.cpp
View file @
0be36eef
#include "FieldWriter.h"
#include "FieldWriter.h"
#include <fstream>
#include <iomanip>
#include <iomanip>
#include <fstream>
#include <boost/filesystem.hpp>
#include <boost/filesystem.hpp>
#include <boost/format.hpp>
#include <boost/format.hpp>
#include "Algorithms/PBunchDefs.h"
#include "Utilities/Util.h"
#include "AbstractObjects/OpalData.h"
template
<
typename
FieldType
>
template
<
typename
FieldType
>
void
FieldWriter
::
dumpField
(
FieldType
&
field
,
std
::
string
name
,
void
FieldWriter
::
dumpField
(
FieldType
&
field
,
std
::
string
name
,
std
::
string
unit
,
long
long
step
,
std
::
string
unit
,
long
long
step
,
...
...
src/Structure/FieldWriter.h
View file @
0be36eef
...
@@ -19,6 +19,8 @@
...
@@ -19,6 +19,8 @@
#ifndef OPAL_FIELD_WRITER_H
#ifndef OPAL_FIELD_WRITER_H
#define OPAL_FIELD_WRITER_H
#define OPAL_FIELD_WRITER_H
#include <string>
class
FieldWriter
class
FieldWriter
{
{
public:
public:
...
...
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