Testing changes to throw some warnings.

This commit is contained in:
kozlac
2015-12-23 09:51:49 -08:00
parent 54afc73b80
commit 793e338b6d
2 changed files with 4 additions and 3 deletions

View File

@@ -2766,9 +2766,10 @@ VPUBLIC int NOsh_parseGEOFLOW(
/* Pass the token through a series of parsers */
rc = PBEparm_parseToken(pbeparm, tok, sock);
// /*currently the only bc handle by geoflow is mdh so we check here if mdh was read*/
/*currently the only bc handle by geoflow is mdh so we check here if mdh was read*/
// if(pbeparm->bcfl == BCFL_MDH){
// Vnm_print(2, "NOsh_parseGEOFLOW: ");
// Vnm_tprint(0, "NOsh_parseGEOFLOW: Geoflow currently only supports mdh boundary conditions!\n");
// return 0;
// }
if (rc == -1) {
Vnm_print(0, "NOsh_parseGEOFLOW: parsePBE error!\n");

View File

@@ -5123,7 +5123,7 @@ VPUBLIC int solveGeometricFlow( Valist* molecules[NOSH_MAXMOL],
geoflowIn.m_etolSolvation = .01 ; // to be added?
// debug
printGeometricFlowStruct( geoflowIn );
//printGeometricFlowStruct( geoflowIn );
printf("num mols: %i\n", nosh->nmol);
struct GeometricFlowOutput geoflowOut =