Skip to content
Snippets Groups Projects
Commit a16728f0 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #0: Small typo fix

parent 27d9c88a
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ void printDelays( const Parset &ps, ssize_t antennaFieldIdx ) {
Delays::Delay d = delaySet.SAPs[0].SAP;
cout << str(format("%9s %u %.15f %.15f %.15f %.15f %.15f")
cout << str(format("%9s %u %.15f %.15f %.15f %.15f %.15e")
% antennaFieldName
% block
% current.getSeconds()
......
#!/bin/bash -u
#!/bin/bash
echo "Begin `date`"
echo "Host `hostname`"
set -u
#set -x
HOSTNAME=`hostname`
RSPCONNECTIONS=$LOFARROOT/etc/StaticMetaData/RSPConnections_Cobalt.dat
......@@ -20,6 +23,7 @@ SRCIPS=`
print "10.$2.$3.1\n"
}
} '
`
echo "IPs $SRCIPS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment