Remove EmptyArrayRef
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_trjcat.cpp
index b251dd9af954727ce8cf1dc0635fe68857f07f7e..0b11af8b86749cc046702b16c8fd0b8490b3ab19 100644 (file)
@@ -662,7 +662,7 @@ int gmx_trjcat(int argc, char *argv[])
                 else
                 {
                     trxout = trjtools_gmx_prepare_tng_writing(out_file, 'w', nullptr,
-                                                              inFilesEdited[0].c_str(), -1, nullptr, gmx::EmptyArrayRef(), nullptr);
+                                                              inFilesEdited[0].c_str(), -1, nullptr, {}, nullptr);
                 }
             }
             else