File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1406,7 +1406,7 @@ public File getLsfFile() {
14061406 }
14071407
14081408 public static void main (String [] args ) throws Exception {
1409- String flsfFolder = "" ;
1409+ String flsfFolder = "/home/pdias/Disco2/LSTSLogs/FRESNEL/xp5/concat-20241023-24-all/24/ " ;
14101410 LsfIndex index = new LsfIndex (new File (flsfFolder + "Data.lsf.gz" ));
14111411 double endTime = index .getEndTime ();
14121412 double startTime = index .getStartTime ();
@@ -1420,8 +1420,8 @@ public static void main(String[] args) throws Exception {
14201420 System .out .println (1729735189.7738094 + " --> " + index .getMessageAt ("EstimatedState" , 1729735189.7738094 ));
14211421
14221422
1423- System .out .println (index .getMessageBeforeOrAt ("EstimatedState" , index . getNumberOfMessages () , pivot ));
1424- System .out .println (index .getMessageAtOrAfter ("EstimatedState" , 0 , pivot ));
1425-
1423+ System .out .println ("getMessageAtOrAfter --> " + index .getMessageAtOrAfter ("EstimatedState" , 0 , pivot ));
1424+ System .out .println ("getMessageBeforeOrAt --> " + index .getMessageBeforeOrAt ("EstimatedState" , index . getNumberOfMessages () , pivot ));
1425+
14261426 }
14271427}
You can’t perform that action at this time.
0 commit comments