Skip to content

Commit

Permalink
Renamed timer.hpp to loos_timer.hpp to avoid filename conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
tromo committed Oct 15, 2018
1 parent 3b91e67 commit f555d76
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018-10-15 Tod Romo <tromo>

* Changed src/timers.hpp to be src/loos_timers.hpp in order to avoid filename conflicts

2018-05-17 <tromo>
* Changed PSF code to accept hybrid-36 encoding for atomid's and resid's

Expand Down
2 changes: 1 addition & 1 deletion src/ProgressCounters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <vector>

#include <loos_defs.hpp>
#include <timer.hpp>
#include <loos_timer.hpp>

namespace loos {

Expand Down
2 changes: 1 addition & 1 deletion src/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ hdr = hdr + ' KernelValue.hpp loos_defs.hpp loos.hpp LoosLexer.hpp Matrix44.hpp'
hdr = hdr + ' Matrix.hpp MatrixImpl.hpp MatrixIO.hpp MatrixOrder.hpp MatrixRead.hpp'
hdr = hdr + ' MatrixStorage.hpp MatrixUtils.hpp MatrixWrite.hpp ParserDriver.hpp'
hdr = hdr + ' Parser.hpp pdb.hpp pdb_remarks.hpp pdbtraj.hpp PeriodicBox.hpp psf.hpp'
hdr = hdr + ' Selectors.hpp sfactories.hpp StreamWrapper.hpp timer.hpp'
hdr = hdr + ' Selectors.hpp sfactories.hpp StreamWrapper.hpp loos_timer.hpp'
hdr = hdr + ' TimeSeries.hpp tinker_arc.hpp tinkerxyz.hpp Trajectory.hpp'
hdr = hdr + ' UniqueStrings.hpp utils.hpp XForm.hpp ProgressCounters.hpp ProgressTriggers.hpp'
hdr = hdr + ' grammar.hh location.hh position.hh stack.hh FlexLexer.h'
Expand Down
2 changes: 1 addition & 1 deletion src/loos.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

#include <sfactories.hpp>

#include <timer.hpp>
#include <loos_timer.hpp>
#include <ProgressCounters.hpp>
#include <ProgressTriggers.hpp>

Expand Down
File renamed without changes.

0 comments on commit f555d76

Please sign in to comment.