mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
added newlines for CRAN
This commit is contained in:
parent
08e7aa28a7
commit
f4adff599c
@ -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]);
|
||||
|
||||
|
||||
#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("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);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
};
|
||||
|
||||
#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("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("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("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("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;
|
||||
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("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("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("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;
|
||||
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";
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1328,4 +1328,4 @@ CParser::TOKEN_TYPE CParser::parse_delimited(std::string & source, std::string &
|
||||
std::string str = result;
|
||||
|
||||
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);
|
||||
}
|
||||
}
|
||||
const std::vector< std::string > cxxMix::vopts;
|
||||
const std::vector< std::string > cxxMix::vopts;
|
||||
|
||||
@ -1650,4 +1650,4 @@ public:
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1683,4 +1683,4 @@ sit_make_lists(void)
|
||||
if (sit_IPRSNT[i0] == FALSE || sit_IPRSNT[i1] == FALSE) continue;
|
||||
param_list.push_back(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -6180,4 +6180,4 @@ flux_mcd(const char* species_name, int option)
|
||||
}
|
||||
}
|
||||
return (f);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user