Move the code of what will later implement LocalTopologyChecker
[alexxy/gromacs.git] / src / gromacs / domdec / reversetopology.h
index 0b9359b4b1c22b50667416ab457514e19d972786..f4bc4a631dcdf0ba3bd7000bc0ac3ab95d3be64e 100644 (file)
@@ -164,4 +164,10 @@ public:
     std::unique_ptr<Impl> impl_;
 };
 
+/*! \brief Returns the number of atom entries for il in gmx_reverse_top_t */
+int nral_rt(int ftype);
+
+/*! \brief Return whether interactions of type \p ftype need to be assigned exactly once */
+bool dd_check_ftype(int ftype, const ReverseTopOptions& rtOptions);
+
 #endif