[chronojump] Minor fix



commit 39e41f0c048e8743b3c3db02543e22e7adc92d8e
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Apr 27 19:19:06 2015 +0200

    Minor fix

 encoder/call_graph.R |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/encoder/call_graph.R b/encoder/call_graph.R
index 594a174..da1212a 100644
--- a/encoder/call_graph.R
+++ b/encoder/call_graph.R
@@ -75,7 +75,7 @@ while(TRUE) {
                quit("no")
                        
        write("received a continue signal", stderr())
-       options <- getOptionsFromFile(optionsFile, 32)
+       options <- scan(optionsFile, comment.char="#", what=character(), sep="\n")
        
        #TODO 1: check if all the Output2, SpecialData, ... variables have to be reassigned
        #TODO 2: check if neuromuscularProfile should be loaded


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]