Skip to content

Commit

Permalink
CORDEX: cut of dates in filename's period
Browse files Browse the repository at this point in the history
  • Loading branch information
h-dh committed Jan 12, 2016
1 parent 7b6e343 commit e9c9a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Annotation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ Annotation::readConf(void)
notesConf += checkList ;

ReadLine ifs( notesConf ) ;
ifs.skipBashComment();
ifs.skipComment();
ifs.clearSurroundingSpaces();

// at first, read settings from file
Expand Down

0 comments on commit e9c9a14

Please sign in to comment.