Convert t_oriresdata to C++
[alexxy/gromacs.git] / src / gromacs / listed_forces / orires.h
index 981cbed67e7b7f9fba31788f4267247a55d53b5b..3a298220d67efa4f7f445a6d932cec5b97373f74 100644 (file)
@@ -67,22 +67,6 @@ template<typename>
 class ArrayRef;
 } // namespace gmx
 
-/*! \brief
- * Decides whether orientation restraints can work, and initializes
- * all the orientation restraint stuff in *od (and assumes *od is
- * already allocated.
- * If orientation restraint are used, globalState is read and modified
- * on the master rank (which is the only rank, since orientation
- * restraints can not run in parallel).
- */
-void init_orires(FILE*                 fplog,
-                 const gmx_mtop_t&     mtop,
-                 const t_inputrec*     ir,
-                 const t_commrec*      cr,
-                 const gmx_multisim_t* ms,
-                 t_state*              globalState,
-                 t_oriresdata*         od);
-
 /*! \brief
  * Calculates the time averaged D matrices, the S matrix for each experiment.
  *