From 4202354704fe1ac60d6fcef1ba2245628eae48ec Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 18 May 2012 21:07:09 +0200 Subject: [PATCH] outitf.c, cleanup comment --- src/frontend/outitf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/outitf.c b/src/frontend/outitf.c index 5e1fe4f4d..86fda34c8 100644 --- a/src/frontend/outitf.c +++ b/src/frontend/outitf.c @@ -87,7 +87,7 @@ OUTpBeginPlot(CKTcircuit *circuitPtr, JOB *analysisPtr, #ifdef PARALLEL_ARCH if (ARCHme != 0) return(OK); -#endif /* PARALLEL_ARCH */ +#endif if (ft_curckt->ci_ckt == circuitPtr) name = ft_curckt->ci_name; @@ -110,7 +110,7 @@ OUTwBeginPlot(CKTcircuit *circuitPtr, JOB *analysisPtr, #ifdef PARALLEL_ARCH if (ARCHme != 0) return(OK); -#endif /* PARALLEL_ARCH */ +#endif return (beginPlot(analysisPtr, circuitPtr, "circuit name", analName, refName, refType, numNames, @@ -456,7 +456,7 @@ OUTpData(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr) #ifdef PARALLEL_ARCH if (ARCHme != 0) return(OK); -#endif /* PARALLEL_ARCH */ +#endif run->pointCount++; @@ -685,7 +685,7 @@ OUTendPlot(runDesc *plotPtr) #ifdef PARALLEL_ARCH if (ARCHme != 0) return(OK); -#endif /* PARALLEL_ARCH */ +#endif if (run->writeOut) fileEnd(run);