Skip to content
Snippets Groups Projects
Commit 00247c89 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm ';'

parent e65fc3cd
No related branches found
No related tags found
1 merge request!1629IO further cleanup
......@@ -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
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment