FEDEM Solver  R8.0
Source code of the dynamics solver
FFrReadOpInit.H
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2023 SAP SE
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 //
5 // This file is part of FEDEM - https://openfedem.org
7 
8 #ifndef FFR_READ_OP_INIT_H
9 #define FFR_READ_OP_INIT_H
10 
11 
12 namespace FFr
13 {
14  void initReadOps();
15  void clearReadOps();
16 }
17 
18 #endif
Definition: FFrReadOpInit.H:13
void initReadOps()
Definition: FFrReadOpImpl.C:24
void clearReadOps()
Definition: FFrReadOpImpl.C:69