Skip to content

Commit

Permalink
Use timer_on/timer_off in ccdensity
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Sep 28, 2018
1 parent 57e3c42 commit 7505dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psi4/src/psi4/cc/ccdensity/ccdensity.cc
Expand Up @@ -584,7 +584,7 @@ void init_io() {
} }
*/ */


tstart(); timer_on("CCDensity");


for (i = PSIF_CC_MIN; i <= PSIF_CC_MAX; i++) psio_open(i, PSIO_OPEN_OLD); for (i = PSIF_CC_MIN; i <= PSIF_CC_MAX; i++) psio_open(i, PSIO_OPEN_OLD);
// erase old files // erase old files
Expand Down Expand Up @@ -628,7 +628,7 @@ void exit_io() {
/* Close all dpd data files here */ /* Close all dpd data files here */
for (i = PSIF_CC_MIN; i <= PSIF_CC_MAX; i++) psio_close(i, 1); for (i = PSIF_CC_MIN; i <= PSIF_CC_MAX; i++) psio_close(i, 1);


tstop(); timer_off("CCDensity");
} }


} // namespace ccdensity } // namespace ccdensity
Expand Down

0 comments on commit 7505dc2

Please sign in to comment.