STIR 6.4.0
InputStreamWithRecordsFromUPENNtxt.inl
Go to the documentation of this file.
1
8/*
9 * Copyright (C) 2020-2022 University of Pennsylvania
10 This file is part of STIR.
11
12 SPDX-License-Identifier: Apache-2.0
13
14 See STIR/LICENSE.txt for details
15*/
16
17#include "stir/error.h"
18
19START_NAMESPACE_STIR
20
21Succeeded
22InputStreamWithRecordsFromUPENNtxt::create_output_file(std::string ofilename)
23{
24 error("InputStreamWithRecordsFromUPENNtxt: We do not support this here!");
25}
26
27END_NAMESPACE_STIR
Declaration of stir::error()