mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
added newlines for CRAN
This commit is contained in:
parent
60ad724c7a
commit
d3bdd8b54a
@ -1379,4 +1379,4 @@ const std::vector< std::string >::value_type temp_vopts[] = {
|
|||||||
const std::vector< std::string > ChartObject::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
const std::vector< std::string > ChartObject::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
||||||
|
|
||||||
|
|
||||||
#endif // MULTICHART
|
#endif // MULTICHART
|
||||||
|
|||||||
@ -39,4 +39,4 @@ CurveObject::~CurveObject()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // MULTICHART
|
#endif // MULTICHART
|
||||||
|
|||||||
@ -395,4 +395,4 @@ const std::vector< std::string >::value_type temp_vopts[] = {
|
|||||||
std::vector< std::string >::value_type("totals"), // 8
|
std::vector< std::string >::value_type("totals"), // 8
|
||||||
std::vector< std::string >::value_type("formula_totals") // 9
|
std::vector< std::string >::value_type("formula_totals") // 9
|
||||||
};
|
};
|
||||||
const std::vector< std::string > cxxExchComp::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
const std::vector< std::string > cxxExchComp::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
||||||
|
|||||||
@ -199,4 +199,4 @@ read(const char *line_in, cxxSolution *solution_ptr)
|
|||||||
}
|
}
|
||||||
return (CParser::PARSER_OK);
|
return (CParser::PARSER_OK);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
#define NA -98.7654321
|
#define NA -98.7654321
|
||||||
|
|||||||
@ -96,4 +96,4 @@ public:
|
|||||||
static const std::map<KEYWORDS, const std::string> phreeqc_keyword_names;
|
static const std::map<KEYWORDS, const std::string> phreeqc_keyword_names;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _INC_KEYWORDS_H
|
#endif // _INC_KEYWORDS_H
|
||||||
|
|||||||
@ -414,4 +414,4 @@ const std::vector< std::string >::value_type temp_vopts[] = {
|
|||||||
std::vector< std::string >::value_type("equal_increments"), //1
|
std::vector< std::string >::value_type("equal_increments"), //1
|
||||||
std::vector< std::string >::value_type("count") //2
|
std::vector< std::string >::value_type("count") //2
|
||||||
};
|
};
|
||||||
const std::vector< std::string > cxxPressure::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
const std::vector< std::string > cxxPressure::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
||||||
|
|||||||
@ -281,4 +281,4 @@ const std::vector< std::string >::value_type temp_vopts[] = {
|
|||||||
std::vector< std::string >::value_type("equal_increments"), //4
|
std::vector< std::string >::value_type("equal_increments"), //4
|
||||||
std::vector< std::string >::value_type("count_steps") //5
|
std::vector< std::string >::value_type("count_steps") //5
|
||||||
};
|
};
|
||||||
const std::vector< std::string > cxxReaction::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
const std::vector< std::string > cxxReaction::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
||||||
|
|||||||
@ -606,4 +606,4 @@ const std::vector< std::string >::value_type temp_vopts[] = {
|
|||||||
std::vector< std::string >::value_type("totals"), //16
|
std::vector< std::string >::value_type("totals"), //16
|
||||||
std::vector< std::string >::value_type("dn") //17
|
std::vector< std::string >::value_type("dn") //17
|
||||||
};
|
};
|
||||||
const std::vector< std::string > cxxSS::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
const std::vector< std::string > cxxSS::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
||||||
|
|||||||
@ -294,4 +294,4 @@ const std::vector< std::string >::value_type temp_vopts[] = {
|
|||||||
std::vector< std::string >::value_type("dnc"), // 9
|
std::vector< std::string >::value_type("dnc"), // 9
|
||||||
std::vector< std::string >::value_type("dnb") // 10
|
std::vector< std::string >::value_type("dnb") // 10
|
||||||
};
|
};
|
||||||
const std::vector< std::string > cxxSScomp::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
const std::vector< std::string > cxxSScomp::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
||||||
|
|||||||
@ -39,4 +39,4 @@ protected:
|
|||||||
//std::string words_string;
|
//std::string words_string;
|
||||||
Dictionary dictionary;
|
Dictionary dictionary;
|
||||||
};
|
};
|
||||||
#endif // !defined(SERIALIZER_H_INCLUDED)
|
#endif // !defined(SERIALIZER_H_INCLUDED)
|
||||||
|
|||||||
@ -1754,4 +1754,4 @@ const std::vector< std::string >::value_type temp_vopts[] = {
|
|||||||
std::vector< std::string >::value_type("potential"), // 26
|
std::vector< std::string >::value_type("potential"), // 26
|
||||||
std::vector< std::string >::value_type("log_molalities_map") // 27
|
std::vector< std::string >::value_type("log_molalities_map") // 27
|
||||||
};
|
};
|
||||||
const std::vector< std::string > cxxSolution::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
const std::vector< std::string > cxxSolution::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
||||||
|
|||||||
@ -583,4 +583,4 @@ const std::vector< std::string >::value_type temp_vopts[] = {
|
|||||||
std::vector< std::string >::value_type("g_map"), // 15
|
std::vector< std::string >::value_type("g_map"), // 15
|
||||||
std::vector< std::string >::value_type("diffuse_layer_species") // 16
|
std::vector< std::string >::value_type("diffuse_layer_species") // 16
|
||||||
};
|
};
|
||||||
const std::vector< std::string > cxxSurfaceCharge::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
const std::vector< std::string > cxxSurfaceCharge::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
||||||
|
|||||||
@ -420,4 +420,4 @@ const std::vector< std::string >::value_type temp_vopts[] = {
|
|||||||
std::vector< std::string >::value_type("equal_increments"), //1
|
std::vector< std::string >::value_type("equal_increments"), //1
|
||||||
std::vector< std::string >::value_type("count_temps") //2
|
std::vector< std::string >::value_type("count_temps") //2
|
||||||
};
|
};
|
||||||
const std::vector< std::string > cxxTemperature::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
const std::vector< std::string > cxxTemperature::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|
||||||
|
|||||||
@ -36,4 +36,4 @@ protected:
|
|||||||
class rate * rate;
|
class rate * rate;
|
||||||
Phreeqc * PhreeqcPtr;
|
Phreeqc * PhreeqcPtr;
|
||||||
};
|
};
|
||||||
#endif // !defined(USERPUNCH_H_INCLUDED)
|
#endif // !defined(USERPUNCH_H_INCLUDED)
|
||||||
|
|||||||
@ -114,4 +114,4 @@ echo_msg(const std::string & stdstr)
|
|||||||
std::cout << stdstr << "\n";
|
std::cout << stdstr << "\n";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1328,4 +1328,4 @@ CParser::TOKEN_TYPE CParser::parse_delimited(std::string & source, std::string &
|
|||||||
std::string str = result;
|
std::string str = result;
|
||||||
|
|
||||||
return token_type(trim_left(str));
|
return token_type(trim_left(str));
|
||||||
}
|
}
|
||||||
|
|||||||
@ -151,4 +151,4 @@ void cxxMix::Vectorize(std::vector<int> &n, std::vector<LDBLE> &f)
|
|||||||
f.push_back(it->second);
|
f.push_back(it->second);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const std::vector< std::string > cxxMix::vopts;
|
const std::vector< std::string > cxxMix::vopts;
|
||||||
|
|||||||
@ -1650,4 +1650,4 @@ public:
|
|||||||
LDBLE uncertainty;
|
LDBLE uncertainty;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _INC_GLOBAL_STRUCTURES_H */
|
#endif /* _INC_GLOBAL_STRUCTURES_H */
|
||||||
|
|||||||
@ -2704,4 +2704,4 @@ pitzer_make_lists(void)
|
|||||||
}
|
}
|
||||||
param_list.push_back(i);
|
param_list.push_back(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1683,4 +1683,4 @@ sit_make_lists(void)
|
|||||||
if (sit_IPRSNT[i0] == FALSE || sit_IPRSNT[i1] == FALSE) continue;
|
if (sit_IPRSNT[i0] == FALSE || sit_IPRSNT[i1] == FALSE) continue;
|
||||||
param_list.push_back(i);
|
param_list.push_back(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6180,4 +6180,4 @@ flux_mcd(const char* species_name, int option)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return (f);
|
return (f);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user