We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecada8 commit 289f504Copy full SHA for 289f504
src/Modules/DataIO/GenericReader.h
@@ -157,10 +157,10 @@ GenericReader<HType, PortTag>::execute()
157
158
time_t new_filemodification = boost::filesystem::last_write_time(filename_);
159
160
- if (needToExecute()
+ if (new_filemodification != old_filemodification_ ||
161
+ needToExecute()
162
#ifdef SCIRUN4_CODE_TO_BE_ENABLED_LATER
163
|| filename_changed ||
- new_filemodification != old_filemodification_ ||
164
!oport_cached(0) ||
165
!oport_cached("Filename")
166
#endif
0 commit comments