Skip to content

Commit c5a9e65

Browse files
author
fredpy@gmail.com
committed
[general] Corrected a typo in one of the preprocessing directives
1 parent 2eb725f commit c5a9e65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extra/europa/core/Assembly.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ void Assembly::archive(EUROPA::eint date) {
10011001

10021002
// plan_db()->archive(now()-1);
10031003

1004-
#elsif defined(TREX_ARCHIVE_EuropaDefault)
1004+
#elif defined(TREX_ARCHIVE_EuropaDefault)
10051005

10061006
// Just rely on the europa archival : safe but inefficient
10071007
plan_db()->archive(date-1);

0 commit comments

Comments
 (0)