Skip to content

Commit

Permalink
remove unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aodongliu committed Apr 5, 2024
1 parent 47162c1 commit 0a79025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class ReplicatedXCIntegratorImpl {
value_type* VXCs, int64_t ldvxcs,
value_type* VXCz, int64_t ldvxcz,
value_type* EXC, const IntegratorSettingsXC& ks_settings );

void eval_exc_vxc( int64_t m, int64_t n, const value_type* Ps,
int64_t ldps,
const value_type* Pz,
Expand Down
4 changes: 2 additions & 2 deletions src/load_balancer/load_balancer_impl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ const LoadBalancerImpl::shell_pair_type& LoadBalancerImpl::shell_pairs() {
}

const LoadBalancerImpl::basis_type& LoadBalancerImpl::protonic_basis() const {
if( not protonic_basis_ )
if(!protonic_basis_)
GAUXC_GENERIC_EXCEPTION("No Protonic Basis Found in LoadBalancerImpl::protonic_basis()");
return *protonic_basis_;
}

const LoadBalancerImpl::basis_map_type& LoadBalancerImpl::protonic_basis_map() const {
if( not protonic_basis_map_ )
if(!protonic_basis_map_)
GAUXC_GENERIC_EXCEPTION("No Protonic Basis Found in LoadBalancerImpl::protonic_basis_map()");
return *protonic_basis_map_;
}
Expand Down

0 comments on commit 0a79025

Please sign in to comment.