Refactor t_pindex
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / tests / gpp_atomtype.cpp
index a7ebbb214060f648f3c44e5937961438e5a1ab57..50042a89414020f4ca25cb1af34d1fa2cd9d9d7b 100644 (file)
@@ -81,10 +81,10 @@ class PreprocessingAtomTypesTest : public ::testing::Test
             done_symtab(&symtab_);
         }
     protected:
-        PreprocessingAtomTypes atypes_;
-        t_symtab               symtab_;
-        t_atom                 atom_;
-        InteractionType        nb_;
+        PreprocessingAtomTypes   atypes_;
+        t_symtab                 symtab_;
+        t_atom                   atom_;
+        InteractionOfType        nb_;
 };
 
 TEST_F(PreprocessingAtomTypesTest, EmptyOnCreate)