Skip to content

Commit

Permalink
src/bin/libint/context.h
Browse files Browse the repository at this point in the history
src/bin/libint/contractable.h
src/bin/libint/default_params.h
src/bin/libint/dg.cc
src/bin/libint/dgarc.h
src/bin/libint/dgvertex.h
src/bin/libint/exception.h
src/bin/libint/generic_rr.h
src/bin/libint/hashable.h
src/bin/libint/key.h
src/bin/libint/tactic.h
src/bin/libint/task.h
src/bin/libint/test.cc
src/bin/libint/tig12_11_11.h
src/bin/libint/twoprep_11_11.h
src/bin/libint/uncontract.h
src/bin/libint/vrr_11_r12kg12_11.h
src/bin/libint/vrr_11_twoprep_11.h
src/bin/libint/vrr_1_onep_1.h
  • Loading branch information
e-kwsm committed Oct 31, 2023
1 parent 559bc83 commit 5784f95
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/bin/libint/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,6 @@ namespace libint2 {
bool accum);
};

};
}

#endif
2 changes: 1 addition & 1 deletion src/bin/libint/contractable.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ namespace libint2 {
template <typename Derived>
bool Contractable<Derived>::default_value_ = false;

};
}

#endif
2 changes: 1 addition & 1 deletion src/bin/libint/default_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ namespace libint2 {
/// need to condense expressions? Makes sense if vectorizing the code or the compiler somehow prefers long expressions
/// It does not make sense if there will be only set-level RR calls
bool condense_expr(unsigned int unroll_threshold, bool vectorize);
};
}

#endif

2 changes: 1 addition & 1 deletion src/bin/libint/dg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2456,4 +2456,4 @@ namespace libint2 {
#endif
}

};
}
6 changes: 3 additions & 3 deletions src/bin/libint/dgarc.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ namespace libint2 {
const SafePtr<ArcRel>& rel) :
DGArcRR(orig,dest), rel_(rel)
{
};
}

template <class ArcRel>
DGArcRel<ArcRel>::~DGArcRel()
{
};
}

};
}

#endif

2 changes: 1 addition & 1 deletion src/bin/libint/dgvertex.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ namespace libint2 {
return DGVertexKey(v.typeid_,v.instid_);
}

};
}

#endif

2 changes: 1 addition & 1 deletion src/bin/libint/exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ namespace libint2 {
};


};
}

#endif

2 changes: 1 addition & 1 deletion src/bin/libint/generic_rr.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,6 @@ namespace libint2 {
GenRR* rr_;
};

};
}

#endif
2 changes: 1 addition & 1 deletion src/bin/libint/hashable.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ namespace libint2 {
return hval_;
}

};
}

#endif
2 changes: 1 addition & 1 deletion src/bin/libint/key.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ namespace libint2 {
/// this composite hashing key works for DGVertex
typedef TypeAndInstance<KeyTypes::ClassID,KeyTypes::InstanceID> DGVertexKey;

};
}

#endif

Expand Down
2 changes: 1 addition & 1 deletion src/bin/libint/tactic.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ namespace libint2 {
};


};
}

#endif

2 changes: 1 addition & 1 deletion src/bin/libint/task.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ namespace libint2 {

};

};
}

#endif // header guard
2 changes: 1 addition & 1 deletion src/bin/libint/test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -472,5 +472,5 @@ namespace {
cparams->contracted_targets(contracted_targets_old_value);
}

};
}

2 changes: 1 addition & 1 deletion src/bin/libint/tig12_11_11.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace libint2 {

// these integrals are never precomputed

};
}

#endif

2 changes: 1 addition & 1 deletion src/bin/libint/twoprep_11_11.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace libint2 {
return false;
}

};
}

#endif

2 changes: 1 addition & 1 deletion src/bin/libint/uncontract.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ namespace libint2 {
}
};

};
}

#endif

2 changes: 1 addition & 1 deletion src/bin/libint/vrr_11_r12kg12_11.h
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,6 @@ namespace libint2 {
}
#endif // #if !LIBINT_ENABLE_GENERIC_CODE

};
}

#endif
2 changes: 1 addition & 1 deletion src/bin/libint/vrr_11_twoprep_11.h
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,6 @@ namespace libint2 {
}
#endif // #if !LIBINT_ENABLE_GENERIC_CODE

};
}

#endif
2 changes: 1 addition & 1 deletion src/bin/libint/vrr_1_onep_1.h
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,6 @@ namespace libint2 {

}; // VRR_1_SMultipole_1

}; // namespace libint2
} // namespace libint2

#endif

0 comments on commit 5784f95

Please sign in to comment.