git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@6510 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
Paul Kent 2015-07-14 19:38:37 +00:00
parent 295c372e0a
commit cf9b9c66e3
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ namespace qmcplusplus
size_t mem_now=qmc_common.memory_allocated;
SPOSetBase* newspo=create_spline_set(spin,vals);
qmc_common.print_memory_change("BsplineSetReder", mem_now);
qmc_common.print_memory_change("BsplineSetReader", mem_now);
return newspo;
//Test SPOSetComboNoCopy that can have multiple SPOSets
@ -165,7 +165,7 @@ namespace qmcplusplus
//vals.NumSPOs=input_info.max_index()-input_info.min_index();
size_t mem_now=qmc_common.memory_allocated;
SPOSetBase* newspo=create_spline_set(spin,vals);
qmc_common.print_memory_change("BsplineSetReder", mem_now);
qmc_common.print_memory_change("BsplineSetReader", mem_now);
return newspo;
}