From ab5e08746add3f64f9f30da7747cead2c6f2f7d2 Mon Sep 17 00:00:00 2001 From: John Romein <romein@astron.nl> Date: Tue, 25 Apr 2006 13:46:20 +0000 Subject: [PATCH] BugID: 225 TFC -> CS1 --- Appl/CEP/CS1/CS1_InputSection/src/AH_InputSection.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Appl/CEP/CS1/CS1_InputSection/src/AH_InputSection.cc b/Appl/CEP/CS1/CS1_InputSection/src/AH_InputSection.cc index 1e37d0ac0cf..a65362c1340 100644 --- a/Appl/CEP/CS1/CS1_InputSection/src/AH_InputSection.cc +++ b/Appl/CEP/CS1/CS1_InputSection/src/AH_InputSection.cc @@ -156,7 +156,7 @@ namespace LOFAR { LOG_TRACE_FLOW_STR("Finished define()"); #ifdef HAVE_MPI - ASSERTSTR (lowestFreeNode == TH_MPI::getNumberOfNodes(), "TFC_InputSection needs "<< lowestFreeNode << " nodes, "<<TH_MPI::getNumberOfNodes()<<" available"); + ASSERTSTR (lowestFreeNode == TH_MPI::getNumberOfNodes(), "CS1_InputSection needs "<< lowestFreeNode << " nodes, "<<TH_MPI::getNumberOfNodes()<<" available"); #endif } -- GitLab