mirror of
https://github.com/Electrostatics/apbs.git
synced 2026-06-04 12:44:23 +08:00
removing uncommented code and debugging output
This commit is contained in:
2
externals/geoflow_c
vendored
2
externals/geoflow_c
vendored
Submodule externals/geoflow_c updated: b0c14f5e1a...9b9ae11397
@@ -100,14 +100,7 @@ typedef struct sGEOFLOWparm {
|
||||
int parsed; /**< Has this structure been filled? (0 = no, 1 = yes) */
|
||||
|
||||
/* *** GENERIC PARAMETERS *** */
|
||||
// double dcel;
|
||||
// double pres;
|
||||
// double gama;
|
||||
int vdw;
|
||||
|
||||
// int setdcel;
|
||||
// int setpres;
|
||||
// int setgama;
|
||||
int setvdw;
|
||||
double etol; /**< user defined error tolerance */
|
||||
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user